[Pkg] The Trunk: Tests-fbs.184.mcz

commits at source.squeak.org commits at source.squeak.org
Tue Jan 15 14:49:58 UTC 2013


Frank Shearar uploaded a new version of Tests to project The Trunk:
http://source.squeak.org/trunk/Tests-fbs.184.mcz

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

Name: Tests-fbs.184
Author: fbs
Time: 15 January 2013, 2:48:38.12 pm
UUID: b2ea6148-89a3-441c-8845-5df449cdeaa6
Ancestors: Tests-fbs.183

OrderedCollection's printString is inadequate for logging this error: rather, manually join the offending unbound globals with a comma.

=============== Diff against Tests-fbs.183 ===============

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



More information about the Packages mailing list