diff options
| author | dgp <dgp@users.sourceforge.net> | 2013-03-21 14:39:17 (GMT) |
|---|---|---|
| committer | dgp <dgp@users.sourceforge.net> | 2013-03-21 14:39:17 (GMT) |
| commit | 29a0269cc5974cb00528c1f32b04daca0fb51173 (patch) | |
| tree | 4c8a8f14cf9ad577d5008a10ec4d97fbcfdcffed | |
| parent | f13a8611814593d189ae687f9a69aa0932cca8b7 (diff) | |
| download | tcl-29a0269cc5974cb00528c1f32b04daca0fb51173.zip tcl-29a0269cc5974cb00528c1f32b04daca0fb51173.tar.gz tcl-29a0269cc5974cb00528c1f32b04daca0fb51173.tar.bz2 | |
test suite hygiene
| -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 c105e95..9f20236 100644 --- a/tests/autoMkindex.test +++ b/tests/autoMkindex.test @@ -268,7 +268,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] @@ -282,6 +282,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 makeDirectory pkg makeFile { |
