diff options
author | dgp <dgp@users.sourceforge.net> | 2013-03-21 14:42:07 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2013-03-21 14:42:07 (GMT) |
commit | d9db7b258795b6d107dbf38b2179167ad3412dcb (patch) | |
tree | 258f675b968c3851bbbb0cc576ba4519cd5996ce /tests | |
parent | 4c35f9a03a9a77fd52bba05ff9301e68b846444a (diff) | |
parent | 29a0269cc5974cb00528c1f32b04daca0fb51173 (diff) | |
download | tcl-d9db7b258795b6d107dbf38b2179167ad3412dcb.zip tcl-d9db7b258795b6d107dbf38b2179167ad3412dcb.tar.gz tcl-d9db7b258795b6d107dbf38b2179167ad3412dcb.tar.bz2 |
test suite hygiene
Diffstat (limited to 'tests')
-rw-r--r-- | tests/autoMkindex.test | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/autoMkindex.test b/tests/autoMkindex.test index a7f72dc..4721553 100644 --- a/tests/autoMkindex.test +++ b/tests/autoMkindex.test @@ -253,7 +253,7 @@ namespace eval wok { } ensemblecommands.tcl -test autoMkindex-3.3 {ensemble commands in tclIndex} { +test autoMkindex-3.4 {ensemble commands in tclIndex} { file delete tclIndex auto_mkindex . ensemblecommands.tcl set f [open tclIndex r] @@ -267,6 +267,7 @@ test autoMkindex-3.3 {ensemble commands in tclIndex} { close $f set result } {{set auto_index(::wok::commands) [list source [file join $dir ensemblecommands.tcl]]} {set auto_index(::wok::vars) [list source [file join $dir ensemblecommands.tcl]]} {set auto_index(wok) [list source [file join $dir ensemblecommands.tcl]]}} +removeFile ensemblecommands.tcl test autoMkindex-4.1 {platform independent source commands} -setup { file delete tclIndex |