The Trunk: TraitsTests-ul.10.mcz

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

The Trunk: TraitsTests-ul.10.mcz

commits-2
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!