The Trunk: SUnitGUI-mt.60.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-mt.60.mcz

commits-2
Marcel Taeumel uploaded a new version of SUnitGUI to project The Trunk:
http://source.squeak.org/trunk/SUnitGUI-mt.60.mcz

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

Name: SUnitGUI-mt.60
Author: mt
Time: 15 April 2015, 5:01:30.243 pm
UUID: 5cfe5c9e-bea4-2843-802c-fd5723b32da1
Ancestors: SUnitGUI-fbs.59

Replaced input-field with regular text input to show all test results again, which needed two lines of text.

=============== Diff against SUnitGUI-fbs.59 ===============

Item was changed:
  ----- Method: TestRunner>>buildStatusWith: (in category 'building') -----
  buildStatusWith: aBuilder
+ ^ aBuilder pluggableTextSpec new
- ^ aBuilder pluggableInputFieldSpec new
  model: self;
  menu: #statusMenu:;
  color: #statusColor;
  getText: #statusText;
  yourself.!