diff options
author | dgp <dgp@users.sourceforge.net> | 2003-10-06 14:32:22 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2003-10-06 14:32:22 (GMT) |
commit | 9a9830e9ae1659f50647d28b879f819e2b6a4993 (patch) | |
tree | 549421089ef70fa0ac312e7309fbc4fe719a8089 /tests/notify.test | |
parent | ee5f778e978b2eeb66266b4314b0952b7a3bbbff (diff) | |
download | tcl-9a9830e9ae1659f50647d28b879f819e2b6a4993.zip tcl-9a9830e9ae1659f50647d28b879f819e2b6a4993.tar.gz tcl-9a9830e9ae1659f50647d28b879f819e2b6a4993.tar.bz2 |
* tests/reg.test: Corrected duplicate test names.
* tests/resource.test: [Bugs 710370, 710358]
* tests/dict.test:
* tests/dict.test: Updated [package require tcltest] lines to
* tests/fileSystem.test: indiciate that these test files
* tests/lrepeat.test: use features of tcltest 2. [Bug 706114]
* tests/notify.test:
* tests/parseExpr.test:
* tests/unixNotfy.test:
* tests/winDde.test:
Diffstat (limited to 'tests/notify.test')
-rwxr-xr-x | tests/notify.test | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/notify.test b/tests/notify.test index db2a60d..0d80132 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.3 2003/10/06 14:32:22 dgp Exp $ if {[lsearch [namespace children] ::tcltest] == -1} { - package require tcltest + package require tcltest 2 namespace import -force ::tcltest::* } |