diff options
author | dgp <dgp@users.sourceforge.net> | 2005-07-27 18:12:24 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2005-07-27 18:12:24 (GMT) |
commit | e5c93914d5de3897143d17c46b6e4faf138db73c (patch) | |
tree | ef92791aebce3cc91ebd625875211b7595c68aed /tests/fileName.test | |
parent | 2430f497f1715d87f7c9b5f9374320566776fb6f (diff) | |
download | tcl-e5c93914d5de3897143d17c46b6e4faf138db73c.zip tcl-e5c93914d5de3897143d17c46b6e4faf138db73c.tar.gz tcl-e5c93914d5de3897143d17c46b6e4faf138db73c.tar.bz2 |
* tests/expr.test: Consolidated equivalent constraints into
* tests/fileName.test: single definitions and (more precise) names:
* tests/get.test: longis32bit, 32bit, !intsAre64bit => longIs32bit * tests/listObj.test: empty => emptyTest; winOnly => win
* tests/obj.test: intsAre64bit => longIs64bit
Also updated some "nonPortable" tests to use constraints that mark
precisely what about them isn't portable, so the tests can run where
they work.
Diffstat (limited to 'tests/fileName.test')
-rw-r--r-- | tests/fileName.test | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/fileName.test b/tests/fileName.test index 09b7ee1..5768aac 100644 --- a/tests/fileName.test +++ b/tests/fileName.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: fileName.test,v 1.46 2005/06/21 19:20:12 kennykb Exp $ +# RCS: @(#) $Id: fileName.test,v 1.47 2005/07/27 18:12:42 dgp Exp $ if {[lsearch [namespace children] ::tcltest] == -1} { package require tcltest @@ -1519,7 +1519,7 @@ test filename-17.2 {windows specific glob with executable} {win} { set res } {abc.exe} -test fileName-18.1 {windows - split ADS name correctly} {winOnly} { +test fileName-18.1 {windows - split ADS name correctly} {win} { # bug 1194458 set x [file split c:/c:d] set y [eval [linsert $x 0 file join]] |