9 Feb 01:00
The Trunk: CollectionsTests-nice.142.mcz
<commits <at> source.squeak.org>
2010-02-09 00:00:00 GMT
2010-02-09 00:00:00 GMT
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'!
RSS Feed