From 78fbe7e16e6796847893e608e886b3e779a6e98e Mon Sep 17 00:00:00 2001
From: dgp <dgp@users.sourceforge.net>
Date: Mon, 6 Oct 2003 13:55:34 +0000
Subject:         * tests/cmdMZ.test:     Updated [package require tcltest]
 lines to         * tests/fileSystem.test:        indiciate that these test
 files         * tests/notify.test:    use features of tcltest 2.  [Bug
 706114]         * tests/parseExpr.test:         * tests/unixNotfy.test:

---
 ChangeLog             | 8 ++++++++
 tests/cmdMZ.test      | 4 ++--
 tests/fileSystem.test | 2 +-
 tests/notify.test     | 4 ++--
 tests/parseExpr.test  | 4 ++--
 tests/unixNotfy.test  | 4 ++--
 6 files changed, 17 insertions(+), 9 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 460690c..ccf73e8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2003-10-06  Don Porter  <dgp@users.sourceforge.net>
+
+	* tests/cmdMZ.test:	Updated [package require tcltest] lines to
+	* tests/fileSystem.test:	indiciate that these test files
+	* tests/notify.test:	use features of tcltest 2.  [Bug 706114]
+	* tests/parseExpr.test:
+	* tests/unixNotfy.test:
+
 2003-10-06  Vince Darley  <vincentdarley@users.sourceforge.net>
 
 	* generic/tclFileName.c:
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::*
 }
 
-- 
cgit v0.12