[squeak-dev] The Trunk: KernelTests-ar.155.mcz

commits at source.squeak.org commits at source.squeak.org
Thu Jul 22 03:02:41 UTC 2010


Andreas Raab uploaded a new version of KernelTests to project The Trunk:
http://source.squeak.org/trunk/KernelTests-ar.155.mcz

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

Name: KernelTests-ar.155
Author: ar
Time: 21 July 2010, 8:02:18.061 pm
UUID: 4348c322-972c-7544-a4b7-f5fc0a7f2105
Ancestors: KernelTests-ul.154

Move tests with Etoys dependencies to Etoys.

=============== Diff against KernelTests-ul.154 ===============

Item was removed:
- ----- Method: BooleanTest>>testBasicType (in category 'tests') -----
- testBasicType
- 	
- 	self assert: (true basicType = #Boolean).
- 	self assert: (false basicType = #Boolean).!

Item was removed:
- ----- Method: UndefinedObjectTest>>testNewTileMorphRepresentative (in category 'tests - printing') -----
- testNewTileMorphRepresentative
- 	
- 	self assert: (nil newTileMorphRepresentative class =  UndescribedTile).!

Item was removed:
- ----- Method: BooleanTest>>testNewTileMorphRepresentative (in category 'tests') -----
- testNewTileMorphRepresentative
- 
- 	self assert: (false newTileMorphRepresentative isKindOf: TileMorph).
- 	self assert: (false newTileMorphRepresentative literal = false).
- 	self assert: (true newTileMorphRepresentative literal = true).!




More information about the Squeak-dev mailing list