diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/cmdMZ.test | 4 | ||||
-rw-r--r-- | tests/fileSystem.test | 2 | ||||
-rwxr-xr-x | tests/notify.test | 4 | ||||
-rw-r--r-- | tests/parseExpr.test | 4 | ||||
-rw-r--r-- | tests/unixNotfy.test | 4 |
5 files changed, 9 insertions, 9 deletions
diff --git a/tests/cmdMZ.test b/tests/cmdMZ.test index 0e65229..ac2f72d 100644 --- a/tests/cmdMZ.test +++ b/tests/cmdMZ.test @@ -11,10 +11,10 @@ # See the file "license.terms" for information on usage and redistribution # of this file, and for a DISCLAIMER OF ALL WARRANTIES. # -# RCS: @(#) $Id: cmdMZ.test,v 1.13 2002/07/19 08:52:27 dkf Exp $ +# RCS: @(#) $Id: cmdMZ.test,v 1.13.2.1 2003/10/06 13:55:37 dgp Exp $ if {[lsearch [namespace children] ::tcltest] == -1} { - package require tcltest + package require tcltest 2 namespace import -force ::tcltest::* } set tcltest::testConstraints(nonLinuxOnly) \ diff --git a/tests/fileSystem.test b/tests/fileSystem.test index f35eae1..6e25de7 100644 --- a/tests/fileSystem.test +++ b/tests/fileSystem.test @@ -9,7 +9,7 @@ # See the file "license.terms" for information on usage and redistribution # of this file, and for a DISCLAIMER OF ALL WARRANTIES. -package require tcltest +package require tcltest 2 namespace eval ::tcl::test::fileSystem { catch { diff --git a/tests/notify.test b/tests/notify.test index db2a60d..d85eba2 100755 --- a/tests/notify.test +++ b/tests/notify.test @@ -13,10 +13,10 @@ # See the file "license.terms" for information on usage and redistribution # of this file, and for a DISCLAIMER OF ALL WARRANTIES. # -# RCS: @(#) $Id: notify.test,v 1.2 2003/02/17 17:23:57 kennykb Exp $ +# RCS: @(#) $Id: notify.test,v 1.2.2.1 2003/10/06 13:55:38 dgp Exp $ if {[lsearch [namespace children] ::tcltest] == -1} { - package require tcltest + package require tcltest 2 namespace import -force ::tcltest::* } diff --git a/tests/parseExpr.test b/tests/parseExpr.test index 7b87b85..0f6aa27 100644 --- a/tests/parseExpr.test +++ b/tests/parseExpr.test @@ -8,10 +8,10 @@ # See the file "license.terms" for information on usage and redistribution # of this file, and for a DISCLAIMER OF ALL WARRANTIES. # -# RCS: @(#) $Id: parseExpr.test,v 1.10 2003/02/16 01:36:32 msofer Exp $ +# RCS: @(#) $Id: parseExpr.test,v 1.10.2.1 2003/10/06 13:55:39 dgp Exp $ if {[lsearch [namespace children] ::tcltest] == -1} { - package require tcltest + package require tcltest 2 namespace import -force ::tcltest::* } diff --git a/tests/unixNotfy.test b/tests/unixNotfy.test index c9cda63..d39828e 100644 --- a/tests/unixNotfy.test +++ b/tests/unixNotfy.test @@ -10,14 +10,14 @@ # See the file "license.terms" for information on usage and redistribution # of this file, and for a DISCLAIMER OF ALL WARRANTIES. # -# RCS: @(#) $Id: unixNotfy.test,v 1.11.2.1 2003/09/04 17:50:41 dgp Exp $ +# RCS: @(#) $Id: unixNotfy.test,v 1.11.2.2 2003/10/06 13:55:39 dgp Exp $ # The tests should not be run if you have a notifier which is unable to # detect infinite vwaits, as the tests below will hang. The presence of # the "testthread" command indicates that this is the case. if {[lsearch [namespace children] ::tcltest] == -1} { - package require tcltest + package require tcltest 2 namespace import -force ::tcltest::* } |