[squeak-dev] The Trunk: Tests-ul.339.mcz

commits at source.squeak.org commits at source.squeak.org
Thu Apr 7 18:26:43 UTC 2016


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

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

Name: Tests-ul.339
Author: ul
Time: 7 April 2016, 8:26:14.155989 pm
UUID: 7a4c1480-05bb-4037-9b24-45e5401e2af7
Ancestors: Tests-ul.338

- don't leave the empty Tests-MonticelloMocks category in the system after running MCFileInTest

=============== Diff against Tests-ul.338 ===============

Item was changed:
  ----- Method: MCFileInTest>>tearDown (in category 'running') -----
  tearDown
  
  	super tearDown.
  	(diff isNil or: [diff isEmpty not])
+ 		 ifTrue: [expected updatePackage: self mockPackage].
+ 	SystemOrganizer default removeEmptyCategories!
- 		 ifTrue: [expected updatePackage: self mockPackage]!



More information about the Squeak-dev mailing list