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 | 23c7c728b03bf24002fde9d83f0211529388136a (patch) | |
tree | 4c8a8f14cf9ad577d5008a10ec4d97fbcfdcffed | |
parent | 2bd7ab89d670ed7d6d74b0452293e78ca5aa1d5f (diff) | |
download | tcl-23c7c728b03bf24002fde9d83f0211529388136a.zip tcl-23c7c728b03bf24002fde9d83f0211529388136a.tar.gz tcl-23c7c728b03bf24002fde9d83f0211529388136a.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 { |