diff options
author | dgp <dgp@users.sourceforge.net> | 2013-03-20 15:26:57 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2013-03-20 15:26:57 (GMT) |
commit | 4072ab92c6098e4cebd7922e2118252a9a594f30 (patch) | |
tree | 41c9907889d2e87fb2f16940ba35539d5e9fed0b | |
parent | d1f420ecacd8ffce5f270ace12b8e94d211796a9 (diff) | |
download | tcl-4072ab92c6098e4cebd7922e2118252a9a594f30.zip tcl-4072ab92c6098e4cebd7922e2118252a9a594f30.tar.gz tcl-4072ab92c6098e4cebd7922e2118252a9a594f30.tar.bz2 |
dup test names
-rw-r--r-- | tests/fCmd.test | 4 |
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 |