diff options
author | dgp <dgp@users.sourceforge.net> | 2011-06-21 16:45:17 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2011-06-21 16:45:17 (GMT) |
commit | 8d94e515a1b9ff2044435c145b20d5bb66c24b43 (patch) | |
tree | 9c6a8f211891fc50232125f07ebe5fa73d7129a5 /tests/init.test | |
parent | f271c4ad0a19d06b3f42aa7ab22f92a4ebc0879e (diff) | |
download | tcl-8d94e515a1b9ff2044435c145b20d5bb66c24b43.zip tcl-8d94e515a1b9ff2044435c145b20d5bb66c24b43.tar.gz tcl-8d94e515a1b9ff2044435c145b20d5bb66c24b43.tar.bz2 |
tcltest 2.3.3 fixes:
* Use [package ifneeded] so slave gets exactly same tcltest version as master
* Use [configure] command instead of legacy ::argv magic to pass tcltest
configuration options to slave interp.
Test files using the new [loadIntoSlaveInterpreter] command updated to
declare their need for tcltest 2.3.3 as minimum acceptable release.
Diffstat (limited to 'tests/init.test')
-rw-r--r-- | tests/init.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/init.test b/tests/init.test index aaa4c4f..0af94ea 100644 --- a/tests/init.test +++ b/tests/init.test @@ -11,7 +11,7 @@ # of this file, and for a DISCLAIMER OF ALL WARRANTIES. if {[lsearch [namespace children] ::tcltest] == -1} { - package require tcltest 2 + package require tcltest 2.3.3 namespace import -force ::tcltest::* } |