diff options
author | vincentdarley <vincentdarley> | 2001-11-19 17:45:12 (GMT) |
---|---|---|
committer | vincentdarley <vincentdarley> | 2001-11-19 17:45:12 (GMT) |
commit | 0c8611b14c13a79efe7691651a45f20c7b47409c (patch) | |
tree | 3f2e86cd2a8eb99aa4c5ff5e7ef1d85671b5a518 /tests/winFCmd.test | |
parent | 5417c9d53dd7e73ca789bbc888f3bf392202a0eb (diff) | |
download | tcl-0c8611b14c13a79efe7691651a45f20c7b47409c.zip tcl-0c8611b14c13a79efe7691651a45f20c7b47409c.tar.gz tcl-0c8611b14c13a79efe7691651a45f20c7b47409c.tar.bz2 |
win fs fixes
Diffstat (limited to 'tests/winFCmd.test')
-rw-r--r-- | tests/winFCmd.test | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/tests/winFCmd.test b/tests/winFCmd.test index 5ba6c62..992124c 100644 --- a/tests/winFCmd.test +++ b/tests/winFCmd.test @@ -10,7 +10,7 @@ # See the file "license.terms" for information on usage and redistribution # of this file, and for a DISCLAIMER OF ALL WARRANTIES. # -# RCS: @(#) $Id: winFCmd.test,v 1.14 2001/09/20 00:58:51 hobbs Exp $ +# RCS: @(#) $Id: winFCmd.test,v 1.15 2001/11/19 17:45:12 vincentdarley Exp $ # if {[lsearch [namespace children] ::tcltest] == -1} { @@ -962,6 +962,9 @@ test winFCmd-15.10 {SetWinFileAttributes - failing} {pcOnly cdrom} { cleanup catch {file attributes $cdfile -archive 1} } {1} +test winFCmd-16.1 {Windows file normalization} {pcOnly} { + list [file normalize c:/] [file normalize C:/] +} {C:/ C:/} # This block of code used to occur after the "return" call, so I'm # commenting it out and assuming that this code is still under construction. |