Andreas Raab uploaded a new version of SUnitGUI to project The Trunk:
http://source.squeak.org/trunk/SUnitGUI-ar.49.mcz==================== Summary ====================
Name: SUnitGUI-ar.49
Author: ar
Time: 24 March 2010, 9:15:18.844 pm
UUID: c3fe5df2-0fd6-924f-b205-8aaece6fae67
Ancestors: SUnitGUI-cmm.48
Add WindowColorSpec to TestRunner.
=============== Diff against SUnitGUI-cmm.48 ===============
Item was added:
+ ----- Method: TestRunner classSide>>windowColorSpecification (in category 'window color') -----
+ windowColorSpecification
+
+ ^ WindowColorSpec
+ classSymbol: self name
+ wording: 'Test Runner'
+ brightColor: Color orange
+ pastelColor: (Color r: 0.65 g: 0.753 b: 0.976)
+ helpMessage: 'The Camp Smalltalk TestRunner tool for SUnit'!
Item was changed:
----- Method: TestRunner>>defaultBackgroundColor (in category 'private') -----
defaultBackgroundColor
"<lint: #expect rule: #overridesSuper rational: 'we want a different color than the parent'>"
+ ^ Preferences testRunnerWindowColor!
- ^ Color orange.!