[squeak-dev] The Trunk: Tests-ul.200.mcz

commits at source.squeak.org commits at source.squeak.org
Sat Apr 27 20:25:02 UTC 2013


Levente Uzonyi uploaded a new version of Tests to project The Trunk:
http://source.squeak.org/trunk/Tests-ul.200.mcz

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

Name: Tests-ul.200
Author: ul
Time: 27 April 2013, 10:08:43.206 pm
UUID: dfe70287-0768-42f9-97b7-d7ba6fbd6bb6
Ancestors: Tests-fbs.199

- avoid suboptimal string concatentation in ReleaseTest >> #testMethodsWithUnboundGlobals

=============== Diff against Tests-fbs.199 ===============

Item was changed:
  ----- Method: ReleaseTest>>testMethodsWithUnboundGlobals (in category 'testing') -----
  testMethodsWithUnboundGlobals
  	| unbound |
  	unbound := SystemNavigation default methodsWithUnboundGlobals.
  	Smalltalk cleanOutUndeclared. 
+ 	self assert: unbound isEmpty description: 'Unbound: ', unbound asCommaString!
- 	self assert: unbound isEmpty description: ('Unbound: ', (unbound reduce: [:acc :each | acc, ', ', each]))!



More information about the Squeak-dev mailing list