Andreas Raab uploaded a new version of Tests to project The Trunk:
http://source.squeak.org/trunk/Tests-ar.73.mcz==================== Summary ====================
Name: Tests-ar.73
Author: ar
Time: 7 April 2010, 8:34:30.262 pm
UUID: 49a6f390-2778-a043-9a99-ed8d676844a3
Ancestors: Tests-ar.72
Add test from
http://bugs.squeak.org/view.php?id=6780=============== Diff against Tests-ar.72 ===============
Item was added:
+ ----- Method: MorphicUIBugTest>>testShowAllBinParts (in category 'as yet unclassified') -----
+ testShowAllBinParts
+ "self new testShowAllBinParts"
+ "MorphicUIBugTest run: #testShowAllBinParts"
+
+ self assert: ( Smalltalk isMorphic ) .
+ self shouldnt: [cases := Array with: ObjectsTool initializedInstance showAll openCenteredInWorld ] raise: Error .
+
+
+
+
+ !