The Trunk: SUnitGUI-cmm.51.mcz

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

The Trunk: SUnitGUI-cmm.51.mcz

commits-2
Chris Muller uploaded a new version of SUnitGUI to project The Trunk:
http://source.squeak.org/trunk/SUnitGUI-cmm.51.mcz

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

Name: SUnitGUI-cmm.51
Author: cmm
Time: 11 January 2011, 6:57:04.788 pm
UUID: 6bbc5317-368f-45e7-ac64-f7357f92df19
Ancestors: SUnitGUI-bp.50

TestRunner now properly honors the Reuse Windows preference.

=============== Diff against SUnitGUI-bp.50 ===============

Item was added:
+ ----- Method: TestRunner>>classesSelected (in category 'accessing') -----
+ classesSelected
+ ^ classesSelected!

Item was added:
+ ----- Method: TestRunner>>postAcceptBrowseFor: (in category 'accessing-ui') -----
+ postAcceptBrowseFor: aModel
+ "Nothing to do."!

Item was added:
+ ----- Method: TestRunner>>representsSameBrowseeAs: (in category 'accessing-ui') -----
+ representsSameBrowseeAs: anotherModel
+ ^ self class = anotherModel class
+ and: [ classesSelected = anotherModel classesSelected ]!