[Pkg] The Trunk: TraitsTests-ul.10.mcz

commits at source.squeak.org commits at source.squeak.org
Tue Sep 4 23:57:44 UTC 2012


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

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

Name: TraitsTests-ul.10
Author: ul
Time: 5 September 2012, 1:56:10.749 am
UUID: ddd6b364-0722-b842-bbe8-41acd0341e4c
Ancestors: TraitsTests-ar.9

- don't hold references to the created classes and traits in TraitFileOutTest

=============== Diff against TraitsTests-ar.9 ===============

Item was changed:
  ----- Method: TraitFileOutTest>>tearDown (in category 'running') -----
  tearDown
  	| dir |
  	dir := FileDirectory default.
  	self createdClassesAndTraits, self resourceClassesAndTraits  do: [:each |
  		dir deleteFileNamed: each asString , '.st' ifAbsent: []].
  	dir deleteFileNamed: self categoryName , '.st' ifAbsent: [].
  	SystemOrganization removeSystemCategory: self categoryName.
+ 	ca := cb := ta := tb := tc := td := nil.
  	super tearDown!



More information about the Packages mailing list