summaryrefslogtreecommitdiffstats
path: root/tests/autoMkindex.test
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2013-03-21 14:39:17 (GMT)
committerdgp <dgp@users.sourceforge.net>2013-03-21 14:39:17 (GMT)
commit23c7c728b03bf24002fde9d83f0211529388136a (patch)
tree4c8a8f14cf9ad577d5008a10ec4d97fbcfdcffed /tests/autoMkindex.test
parent2bd7ab89d670ed7d6d74b0452293e78ca5aa1d5f (diff)
downloadtcl-23c7c728b03bf24002fde9d83f0211529388136a.zip
tcl-23c7c728b03bf24002fde9d83f0211529388136a.tar.gz
tcl-23c7c728b03bf24002fde9d83f0211529388136a.tar.bz2
test suite hygiene
Diffstat (limited to 'tests/autoMkindex.test')
-rw-r--r--tests/autoMkindex.test3
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 {