Andreas Raab uploaded a new version of MorphicTests to project The Trunk:
http://source.squeak.org/trunk/MorphicTests-ar.10.mcz==================== Summary ====================
Name: MorphicTests-ar.10
Author: ar
Time: 19 September 2009, 8:35:52 am
UUID: 0bfb0d39-8db2-414b-b8c0-cc707905cb86
Ancestors: MorphicTests-ar.9
Remove obsolete WorldWindow reference.
=============== Diff against MorphicTests-ar.9 ===============
Item was changed:
----- Method: MCPTest>>testIsSystemWindow (in category 'tests') -----
testIsSystemWindow
"test isSystemWindow"
self deny: Object new isSystemWindow.
+ self assert: SystemWindow new isSystemWindow.!
- self assert: SystemWindow new isSystemWindow.
- self assert: WorldWindow new isSystemWindow.!