[squeak-dev] The Trunk: MorphicTests-mt.80.mcz

commits at source.squeak.org commits at source.squeak.org
Tue Aug 31 07:23:56 UTC 2021


Marcel Taeumel uploaded a new version of MorphicTests to project The Trunk:
http://source.squeak.org/trunk/MorphicTests-mt.80.mcz

==================== Summary ====================

Name: MorphicTests-mt.80
Author: mt
Time: 31 August 2021, 9:23:56.218122 am
UUID: 755b0aad-ae9f-1742-8e40-19116f863c43
Ancestors: MorphicTests-mt.79

Complements Morphic-mt.1779

=============== Diff against MorphicTests-mt.79 ===============

Item was changed:
  ----- Method: MorphTest>>test11NamedLayers (in category 'tests - submorphs - layers') -----
  test11NamedLayers
  
  	#(
  	frontmostLayer
  	
  	balloonLayer
  	haloLayer
  	menuLayer
  	
- 	progressLayer
- 	
  	dialogLayer
+ 	
+ 	progressLayer
  	navigatorLayer
  	windowLayer
  	
  	defaultLayer
  	
  	backmostLayer
  	
  	) overlappingPairsDo: [:a :b |
  		self assert: (Morph perform: a) <= (Morph perform: b)]!



More information about the Squeak-dev mailing list