[Pkg] The Trunk: ToolsTests-eem.51.mcz

commits at source.squeak.org commits at source.squeak.org
Mon Jul 25 17:56:45 UTC 2011


Eliot Miranda uploaded a new version of ToolsTests to project The Trunk:
http://source.squeak.org/trunk/ToolsTests-eem.51.mcz

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

Name: ToolsTests-eem.51
Author: eem
Time: 25 July 2011, 10:56:30.002 am
UUID: ec2b3055-7a8a-4fa8-a505-b768bf38040f
Ancestors: ToolsTests-ul.50

Test Fix allBehaviorsDo: avoids duplicates.

=============== Diff against ToolsTests-ul.50 ===============

Item was added:
+ ----- Method: BrowseTest>>testSystemNavigationAllBehaviorsDo (in category 'testing') -----
+ testSystemNavigationAllBehaviorsDo
+ 	| oc |
+ 	oc := OrderedCollection new.
+ 	SystemNavigation new allBehaviorsDo:
+ 		[:c| oc add: c].
+ 	self assert: oc size = oc asSet size!



More information about the Packages mailing list