Ignore:
Timestamp:
Jan 19, 2011 12:14:07 PM (13 years ago)
Author:
gah
Message:

fixes for tester

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tester/tester.tcl

    r2034 r2050  
    112112    global lastsel
    113113    set test [.tree getTest]
    114     if {$test != $lastsel || [lsearch $args "-refresh"] != -1} {
     114    if {$test != "" || [lsearch $args "-refresh"] != -1} {
    115115        .right.view configure -test $test
    116116        if {$test != "" && [$test hasRan] && [$test getResult] != "Error"} {
Note: See TracChangeset for help on using the changeset viewer.