[squeak-dev] The Inbox: SUnitGUI-nice.57.mcz

commits at source.squeak.org commits at source.squeak.org
Tue Jan 22 15:22:01 UTC 2013


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."!



More information about the Squeak-dev mailing list