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

commits at source.squeak.org commits at source.squeak.org
Wed Mar 30 19:57:37 UTC 2011


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

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

Name: CollectionsTests-nice.184
Author: nice
Time: 30 March 2011, 9:57:18.627 pm
UUID: 88386be6-a998-42c7-87c4-efd261e64f02
Ancestors: CollectionsTests-nice.183

Use #newCompiler #newParser

=============== Diff against CollectionsTests-nice.183 ===============

Item was changed:
  ----- Method: CharacterTest>>testPrintStringAll (in category 'testing-printing') -----
  testPrintStringAll
  	Character allCharacters do: [ :each |
+ 		self assert: (self class newCompiler 
- 		self assert: (self class compilerClass 
  			evaluate: each printString) = each ].!

Item was changed:
  ----- Method: CharacterTest>>testStoreStringAll (in category 'testing-printing') -----
  testStoreStringAll
  	Character allCharacters do: [ :each |
+ 		self assert: (self class newCompiler 
- 		self assert: (self class compilerClass 
  			evaluate: each storeString) = each ].!




More information about the Squeak-dev mailing list