diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2012-12-22 15:21:56 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2012-12-22 15:21:56 (GMT) |
commit | 4f3dd6a05175dd7cda7751de8463eac57598e349 (patch) | |
tree | 55feca0496a6c29e09c840b5d03386da3964ddef /tests | |
parent | ee58f2d325a281f03cf6669e8d7ae2c377a5af2d (diff) | |
parent | 296aebbd6ee092a25741684fa37ee31ef5a3e222 (diff) | |
download | tcl-4f3dd6a05175dd7cda7751de8463eac57598e349.zip tcl-4f3dd6a05175dd7cda7751de8463eac57598e349.tar.gz tcl-4f3dd6a05175dd7cda7751de8463eac57598e349.tar.bz2 |
merge release
Diffstat (limited to 'tests')
-rw-r--r-- | tests/oo.test | 2 | ||||
-rw-r--r-- | tests/ooNext2.test | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/oo.test b/tests/oo.test index 540cdf3..5d34077 100644 --- a/tests/oo.test +++ b/tests/oo.test @@ -7,7 +7,7 @@ # See the file "license.terms" for information on usage and redistribution of # this file, and for a DISCLAIMER OF ALL WARRANTIES. -package require -exact TclOO 0.7 ;# Must match value in generic/tclOO.h +package require TclOO 1.0 package require tcltest 2 if {"::tcltest" in [namespace children]} { namespace import -force ::tcltest::* diff --git a/tests/ooNext2.test b/tests/ooNext2.test index e78e0d0..d77e8d1 100644 --- a/tests/ooNext2.test +++ b/tests/ooNext2.test @@ -7,7 +7,7 @@ # See the file "license.terms" for information on usage and redistribution of # this file, and for a DISCLAIMER OF ALL WARRANTIES. -package require -exact TclOO 0.7 ;# Must match value in configure.in +package require TclOO 1.0 package require tcltest 2 if {"::tcltest" in [namespace children]} { namespace import -force ::tcltest::* |