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 | 78fbe7e16e6796847893e608e886b3e779a6e98e (patch) | |
tree | 270374c43814c650f12a6318f41cc1cb34bcb875 /tests/fileSystem.test | |
parent | 667a4aad934603ef865cba2b5b15f4c5687dc0c4 (diff) | |
download | tcl-78fbe7e16e6796847893e608e886b3e779a6e98e.zip tcl-78fbe7e16e6796847893e608e886b3e779a6e98e.tar.gz tcl-78fbe7e16e6796847893e608e886b3e779a6e98e.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 { |