The Inbox: SUnitGUI-nice.57.mcz

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

The Inbox: SUnitGUI-nice.57.mcz

commits-2
A new version of SUnitGUI was added to project The Inbox:
http://source.squeak.org/inbox/SUnitGUI-nice.57.mcz

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

Name: SUnitGUI-nice.57
Author: nice
Time: 22 January 2013, 4:22:09.805 pm
UUID: 720c570c-3043-6e4b-8805-e4369bf612f7
Ancestors: SUnitGUI-eem.56

Let TestRunner inherit from Model.
This is to avoid remnancy of TestRunner in Object's DependentsFields.

=============== Diff against SUnitGUI-eem.56 ===============

Item was changed:
+ Model subclass: #TestRunner
- Object subclass: #TestRunner
  instanceVariableNames: 'categories categoriesSelected classes classIndex classesSelected failedList failedSelected errorList errorSelected lastUpdate result previousRun categoryPattern classPattern'
  classVariableNames: ''
  poolDictionaries: ''
  category: 'SUnitGUI'!
 
  !TestRunner commentStamp: '<historical>' prior: 0!
  <lint: #ignore rule: #classNotReferenced rational: 'this view is only accessed from menus'>
 
  !

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