diff options
author | dgp <dgp@users.sourceforge.net> | 2002-04-16 00:39:38 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2002-04-16 00:39:38 (GMT) |
commit | 642d7ba8b6b8f0874d8686d18fe7e5e08b04a2db (patch) | |
tree | 8a4bba911f33f31a23edcee51db2f71091f3d657 /tests/main.test | |
parent | 6e418192f389787e410c4a421bd4d6e00d8b258e (diff) | |
download | tcl-642d7ba8b6b8f0874d8686d18fe7e5e08b04a2db.zip tcl-642d7ba8b6b8f0874d8686d18fe7e5e08b04a2db.tar.gz tcl-642d7ba8b6b8f0874d8686d18fe7e5e08b04a2db.tar.bz2 |
* Parts of fileSystem.test require tcltest 2. Added appropriate checks.
Diffstat (limited to 'tests/main.test')
-rw-r--r-- | tests/main.test | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/main.test b/tests/main.test index 13b27c8..126c97b 100644 --- a/tests/main.test +++ b/tests/main.test @@ -1,13 +1,13 @@ # This file contains a collection of tests for generic/tclMain.c. # -# RCS: @(#) $Id: main.test,v 1.6 2002/03/27 05:28:25 dgp Exp $ +# RCS: @(#) $Id: main.test,v 1.7 2002/04/16 00:39:39 dgp Exp $ if {[catch {package require tcltest 2.0.2}]} { puts stderr "Skipping tests in [info script]. tcltest 2.0.2 required." return } -namespace eval ::tcl::main::test { +namespace eval ::tcl::test::main { namespace import ::tcltest::test namespace import ::tcltest::testConstraint @@ -1172,5 +1172,5 @@ namespace eval ::tcl::main::test { cleanupTests } -namespace delete ::tcl::main::test - +namespace delete ::tcl::test::main +return |