Changeset 2080 for trunk/tester/testview.tcl
- Timestamp:
- Feb 2, 2011, 4:51:29 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tester/testview.tcl
r2077 r2080 144 144 set color $itk_option(-statusfailcolor) 145 145 } 146 Running - Waiting { 147 set smesg "Test waiting to run" 148 set sicon [Rappture::icon wait64] 149 set color $itk_option(-statuspasscolor) 150 } 146 151 default { error "unknown test state \"[$obj getResult]\"" } 147 152 } … … 161 166 } 162 167 default { 163 array set states { ? 0 Pass 0 Fail 0 total 0 }168 array set states { ? 0 Pass 0 Fail 0 Running 0 Waiting 0 total 0 } 164 169 foreach obj $_testobjs { 165 170 incr states(total)
Note: See TracChangeset
for help on using the changeset viewer.