diff options
author | dgp <dgp@users.sourceforge.net> | 2003-10-06 13:55:34 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2003-10-06 13:55:34 (GMT) |
commit | 895e750f7d96f5ef7a90c0edeb10942cc35946e3 (patch) | |
tree | 270374c43814c650f12a6318f41cc1cb34bcb875 /tests/fileSystem.test | |
parent | ced3af80c7133f639a9703ff91ff2a10b58b0f21 (diff) | |
download | tcl-895e750f7d96f5ef7a90c0edeb10942cc35946e3.zip tcl-895e750f7d96f5ef7a90c0edeb10942cc35946e3.tar.gz tcl-895e750f7d96f5ef7a90c0edeb10942cc35946e3.tar.bz2 |
* 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:
Diffstat (limited to 'tests/fileSystem.test')
-rw-r--r-- | tests/fileSystem.test | 2 |
1 files changed, 1 insertions, 1 deletions
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 { |