Christoph Thiede uploaded a new version of SUnitGUI to project The Inbox:
http://source.squeak.org/inbox/SUnitGUI-ct.80.mcz==================== Summary ====================
Name: SUnitGUI-ct.80
Author: ct
Time: 20 March 2020, 7:09:46.074237 pm
UUID: 971ba1c3-02e8-d14c-bc4a-7cc09fa52244
Ancestors: SUnitGUI-mt.79
Reverts SUnitGUI-cmm.78 which was considered unpleasant by the majority of reviewers (read here:
http://forum.world.st/The-Trunk-SUnitGUI-cmm-78-mcz-td5108915.html).
=============== Diff against SUnitGUI-mt.79 ===============
Item was changed:
----- Method: TestRunner>>representsSameBrowseeAs: (in category 'accessing-ui') -----
representsSameBrowseeAs: anotherModel
+ ^ self class = anotherModel class
+ and: [ classesSelected = anotherModel classesSelected ]!
- ^ true!