The Trunk: Tests-fbs.183.mcz

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

The Trunk: Tests-fbs.183.mcz

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

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

Name: Tests-fbs.183
Author: fbs
Time: 15 January 2013, 2:02:11.056 pm
UUID: 97c3817d-8a4c-4c95-96f0-be7c20937b46
Ancestors: Tests-fbs.182

Fail with a more meaningful description of the problem.

=============== Diff against Tests-fbs.182 ===============

Item was changed:
  ----- Method: ReleaseTest>>testMethodsWithUnboundGlobals (in category 'testing') -----
  testMethodsWithUnboundGlobals
 
  Smalltalk cleanOutUndeclared.
+ self assert: OrderedCollection new equals: SystemNavigation default methodsWithUnboundGlobals.
- self assert: SystemNavigation default methodsWithUnboundGlobals isEmpty
  !