diff options
-rw-r--r-- | tests/winFile.test | 19 | ||||
-rw-r--r-- | tests/winNotify.test | 14 |
2 files changed, 2 insertions, 31 deletions
diff --git a/tests/winFile.test b/tests/winFile.test index b4c78b8..e09292d 100644 --- a/tests/winFile.test +++ b/tests/winFile.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: winFile.test,v 1.12 2003/12/09 16:03:42 vincentdarley Exp $ +# RCS: @(#) $Id: winFile.test,v 1.13 2004/05/19 13:29:02 dkf Exp $ if {[catch {package require tcltest 2.0.2}]} { puts stderr "Skipping tests in [info script]. tcltest 2.0.2 required." @@ -65,7 +65,6 @@ test winFile-2.1 {TclpMatchFiles: case sensitivity} {pcOnly} { removeFile GlobCapS set result } {GlobCapS GlobCapS} - test winFile-2.2 {TclpMatchFiles: case sensitivity} {pcOnly} { makeFile {} globlower set result [list [glob -nocomplain globl*] [glob -nocomplain gLOBl*]] @@ -173,7 +172,6 @@ test winFile-4.0 { cacls $fname /E /P $user:N test_access $fname 0 0 } -result {} - test winFile-4.1 { Enhanced NTFS user/group permissions: test readable only } -constraints { @@ -185,7 +183,6 @@ test winFile-4.1 { cacls $fname /E /G $user:R test_access $fname 1 0 } -result {} - test winFile-4.2 { Enhanced NTFS user/group permissions: test writable only } -constraints { @@ -198,7 +195,6 @@ test winFile-4.2 { cacls $fname /E /G $user:W test_access $fname 0 1 } -result {} - test winFile-4.3 { Enhanced NTFS user/group permissions: test read+write } -constraints { @@ -212,7 +208,6 @@ test winFile-4.3 { cacls $fname /E /G $user:W test_access $fname 1 1 } -result {} - test winFile-4.4 { Enhanced NTFS user/group permissions: test full access } -constraints { @@ -231,15 +226,3 @@ file delete $fname # cleanup ::tcltest::cleanupTests return - - - - - - - - - - - - diff --git a/tests/winNotify.test b/tests/winNotify.test index ea066e7..3183b27 100644 --- a/tests/winNotify.test +++ b/tests/winNotify.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: winNotify.test,v 1.7 2000/04/10 17:19:06 ericm Exp $ +# RCS: @(#) $Id: winNotify.test,v 1.8 2004/05/19 13:29:33 dkf Exp $ if {[lsearch [namespace children] ::tcltest] == -1} { package require tcltest @@ -160,15 +160,3 @@ test winNotify-3.8 {NotifierProc: modal idle timer, rescheduled} {pcOnly} { # cleanup ::tcltest::cleanupTests return - - - - - - - - - - - - |