[Pkg] The Trunk: ToolsTests-ul.105.mcz

commits at source.squeak.org commits at source.squeak.org
Fri Sep 3 14:20:04 UTC 2021


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

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

Name: ToolsTests-ul.105
Author: ul
Time: 3 September 2021, 3:49:05.820326 pm
UUID: 729f5806-257f-4ead-b0dd-e8f23239e39c
Ancestors: ToolsTests-nice.104

- make sure that SetInspectorTest doesn't leave invalid Sets in the image to avoid HashedCollectionTest fail because of those

=============== Diff against ToolsTests-nice.104 ===============

Item was added:
+ ----- Method: InspectorTest>>tearDown (in category 'running') -----
+ tearDown
+ 
+ 	inspector object: nil. "Make sure we don't leave anything invalid in there, as that can break other tests."
+ 	inspector := nil. "Better get rid of that as well."
+ 	super tearDown!



More information about the Packages mailing list