[squeak-dev] The Trunk: CollectionsTests-nice.142.mcz

commits at source.squeak.org commits at source.squeak.org
Tue Feb 9 19:47:27 UTC 2010


Nicolas Cellier uploaded a new version of CollectionsTests to project The Trunk:
http://source.squeak.org/trunk/CollectionsTests-nice.142.mcz

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

Name: CollectionsTests-nice.142
Author: nice
Time: 9 February 2010, 8:47:11.722 pm
UUID: 902c9aec-5059-4d51-87ee-7676b8a0485f
Ancestors: CollectionsTests-ul.141

Add test from Grease: (2 to: 1) anyOne should fail because empty.

=============== Diff against CollectionsTests-ul.141 ===============

Item was added:
+ ----- Method: IntervalTest>>testAnyOne (in category 'tests') -----
+ testAnyOne
+ 	self assert: ((2 to: 5) includes: (2 to: 5) anyOne).
+ 	self should: [(2 to: 1) anyOne] raise: Error description: 'This interval is empty'!




More information about the Squeak-dev mailing list