Changeset 2165 for trunk/tester


Ignore:
Timestamp:
Mar 28, 2011, 9:54:23 PM (13 years ago)
Author:
mmc
Message:

A couple of fixes to better handle the case where an input is hanging
around in a test case but has been removed from the tool.xml. It now
reports it as having different attributes. It should report it as
an unexpected input, but still working on that...

Location:
trunk/tester/scripts
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/tester/scripts/main.tcl

    r2160 r2165  
    412412                    } elseif {$section eq "Input"} {
    413413                        set icon [Rappture::icon warn16]
     414                        set desc "Details about this result have changed"
    414415                        set help "The test run contains an input with slightly different information.  This may be as simple as a change in the label or description, or as serious as a change in the physical system of units.  Perhaps this input has been modified in the latest version of the tool and the test case is outdated."
    415416                    }
  • trunk/tester/scripts/objview.tcl

    r2139 r2165  
    253253                                $itk_component(${vcomp}val)
    254254                        }
    255                         set tx $itk_component($vcomp)
     255                        set tx $itk_component(${vcomp}val)
    256256                        $tx configure -state normal
    257257                        $tx delete 1.0 end
Note: See TracChangeset for help on using the changeset viewer.