diff options
author | dgp <dgp@noemail.net> | 2003-10-06 14:32:21 (GMT) |
---|---|---|
committer | dgp <dgp@noemail.net> | 2003-10-06 14:32:21 (GMT) |
commit | 006cd90762607c92a3f636a190382a67c8e2c636 (patch) | |
tree | 549421089ef70fa0ac312e7309fbc4fe719a8089 /tests/winDde.test | |
parent | c4cd6a355af4d1cc473a2cd7a7bf83c7c06c81f3 (diff) | |
download | tcl-006cd90762607c92a3f636a190382a67c8e2c636.zip tcl-006cd90762607c92a3f636a190382a67c8e2c636.tar.gz tcl-006cd90762607c92a3f636a190382a67c8e2c636.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:
FossilOrigin-Name: 35fbcc69fdb4a28827ad16248442dc0ec078d9da
Diffstat (limited to 'tests/winDde.test')
-rw-r--r-- | tests/winDde.test | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/winDde.test b/tests/winDde.test index de8dd4f..5600984 100644 --- a/tests/winDde.test +++ b/tests/winDde.test @@ -9,10 +9,10 @@ # See the file "license.terms" for information on usage and redistribution # of this file, and for a DISCLAIMER OF ALL WARRANTIES. # -# RCS: @(#) $Id: winDde.test,v 1.18 2003/06/23 22:05:11 patthoyts Exp $ +# RCS: @(#) $Id: winDde.test,v 1.19 2003/10/06 14:32:22 dgp Exp $ if {[lsearch [namespace children] ::tcltest] == -1} { - package require tcltest + package require tcltest 2 #tcltest::configure -verbose {pass start} namespace import -force ::tcltest::* } |