[squeak-dev] The Trunk: CollectionsTests-rkrk.90.mcz

commits at source.squeak.org commits at source.squeak.org
Tue Aug 25 15:18:30 UTC 2009


Andreas Raab uploaded a new version of CollectionsTests to project The Trunk:
http://source.squeak.org/trunk/CollectionsTests-rkrk.90.mcz

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

Name: CollectionsTests-rkrk.90
Author: rkrk
Time: 23 August 2009, 2:12:55 am
UUID: ef45b208-0afe-41ef-9224-3f2e0a678518
Ancestors: CollectionsTests-nice.89

Adding test for bug #0006579 reported by Nicolas Cellier. Testing String>>findLastOccuranceOfString:startingAt:

=============== Diff against CollectionsTests-nice.89 ===============

Item was added:
+ ----- Method: StringTest>>testFindLastOccuranceOfStringStartingAt (in category 'tests - finding') -----
+ testFindLastOccuranceOfStringStartingAt
+ 
+ 	self assert: ('Smalltalk' findLastOccuranceOfString: 'al' startingAt: 2) = 7.
+ 	self assert: ('aaa' findLastOccuranceOfString: 'aa' startingAt: 1) = 2.!




More information about the Squeak-dev mailing list