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