The Trunk: Tests-fbs.206.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.206.mcz

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

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

Name: Tests-fbs.206
Author: fbs
Time: 7 May 2013, 3:03:04.802 pm
UUID: e700d414-2f57-42e4-b86b-702d63fac9ac
Ancestors: Tests-fbs.205

Only re-initialise during an aggressive cleanup (such as preparing a new release).

=============== Diff against Tests-fbs.205 ===============

Item was removed:
- ----- Method: MCMockPackageInfo class>>cleanUp (in category 'as yet unclassified') -----
- cleanUp
- self initialize.!

Item was added:
+ ----- Method: MCMockPackageInfo class>>cleanUp: (in category 'as yet unclassified') -----
+ cleanUp: aggressive
+ aggressive ifTrue: [self initialize].!