[Pkg] The Trunk: SUnit-ul.88.mcz

commits at source.squeak.org commits at source.squeak.org
Wed Sep 5 00:56:45 UTC 2012


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

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

Name: SUnit-ul.88
Author: ul
Time: 5 September 2012, 2:45:07.645 am
UUID: 37ee1c27-eaf6-8948-acfe-2f35416248b9
Ancestors: SUnit-fbs.87

- release the created classes in ClassFactoryForTestCase >> #cleanUp

=============== Diff against SUnit-fbs.87 ===============

Item was changed:
  ----- Method: ClassFactoryForTestCase>>cleanUp (in category 'cleaning') -----
  cleanUp
  	| createdClassNames |
  	createdClassNames := self createdClassNames.
  	self deleteClasses.
  	self deletePackage.
+ 	self cleanUpChangeSetForClassNames: createdClassNames.
+ 	self createdClasses: IdentitySet new!
- 	self cleanUpChangeSetForClassNames: createdClassNames!



More information about the Packages mailing list