summaryrefslogtreecommitdiffstats
path: root/tests/fCmd.test
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2013-03-20 15:26:57 (GMT)
committerdgp <dgp@users.sourceforge.net>2013-03-20 15:26:57 (GMT)
commitf47c327136e7b60255b0f986fc0061b5fc554ea7 (patch)
tree41c9907889d2e87fb2f16940ba35539d5e9fed0b /tests/fCmd.test
parent4146517b3b38fef9a640d441f5a3791808603330 (diff)
downloadtcl-f47c327136e7b60255b0f986fc0061b5fc554ea7.zip
tcl-f47c327136e7b60255b0f986fc0061b5fc554ea7.tar.gz
tcl-f47c327136e7b60255b0f986fc0061b5fc554ea7.tar.bz2
dup test names
Diffstat (limited to 'tests/fCmd.test')
-rw-r--r--tests/fCmd.test4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/fCmd.test b/tests/fCmd.test
index 682d5e4..6c5e314 100644
--- a/tests/fCmd.test
+++ b/tests/fCmd.test
@@ -2566,7 +2566,7 @@ removeFile abc.file
removeDirectory abc2.dir
removeDirectory abc.dir
-test fCmd-30.1 {file writable on 'My Documents'} -constraints {win 2000orNewer} -body {
+test fCmd-30.4 {file writable on 'My Documents'} -constraints {win 2000orNewer} -body {
set mydocsname "~/My Documents"
# Would be good to localise this name, since this test will only function
# on english-speaking windows otherwise
@@ -2575,7 +2575,7 @@ test fCmd-30.1 {file writable on 'My Documents'} -constraints {win 2000orNewer}
}
return 1
} -result {1}
-test fCmd-30.2 {file readable on 'NTUSER.DAT'} -constraints {win 2000orNewer knownBug} -body {
+test fCmd-30.5 {file readable on 'NTUSER.DAT'} -constraints {win 2000orNewer knownBug} -body {
# Apparently the OS has this file open with exclusive permissions Windows
# doesn't provide any way to determine that fact without actually trying
# to open the file (open NTUSER.dat r), which fails. Hence this isn't