Changeset 2020


Ignore:
Timestamp:
Dec 24, 2010, 9:24:03 AM (14 years ago)
Author:
braffert
Message:
 
Location:
trunk/tester
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/tester/tclIndex

    r2019 r2020  
    2727set auto_index(::Rappture::Tester::Test::getTestxml) [list source [file join $dir test.tcl]]
    2828set auto_index(::Rappture::Tester::Test::hasRan) [list source [file join $dir test.tcl]]
     29set auto_index(::Rappture::Tester::Test::regoldenize) [list source [file join $dir test.tcl]]
    2930set auto_index(::Rappture::Tester::Test::run) [list source [file join $dir test.tcl]]
    3031set auto_index(::Rappture::Tester::Test::added) [list source [file join $dir test.tcl]]
     
    4344set auto_index(::Rappture::Tester::TestTree::selectcommand) [list source [file join $dir testtree.tcl]]
    4445set auto_index(::Rappture::Tester::TestTree::getTest) [list source [file join $dir testtree.tcl]]
     46set auto_index(::Rappture::Tester::TestTree::refresh) [list source [file join $dir testtree.tcl]]
    4547set auto_index(::Rappture::Tester::TestTree::getData) [list source [file join $dir testtree.tcl]]
    4648set auto_index(::Rappture::Tester::TestTree::getLeaves) [list source [file join $dir testtree.tcl]]
  • trunk/tester/testtree.tcl

    r2019 r2020  
    169169# result from Fail to Pass after regoldenizing a test.  If no id is
    170170# given, return the test associated with the currently focused node.
    171 # Returns empty string if the given id / focused node is a branch node.
    172171# ----------------------------------------------------------------------
    173172itcl::body Rappture::Tester::TestTree::refresh {args} {
Note: See TracChangeset for help on using the changeset viewer.