diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2011-05-25 13:40:44 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2011-05-25 13:40:44 (GMT) |
commit | de8bdfc20fd21d16aa5e73fa0fb0ed8c88a2d18d (patch) | |
tree | 3af7665863be11054eb8d2233dd707da458cfab7 /tests | |
parent | 1d49ca67e112ecdac5812541cf20613f4147a0e9 (diff) | |
download | tcl-de8bdfc20fd21d16aa5e73fa0fb0ed8c88a2d18d.zip tcl-de8bdfc20fd21d16aa5e73fa0fb0ed8c88a2d18d.tar.gz tcl-de8bdfc20fd21d16aa5e73fa0fb0ed8c88a2d18d.tar.bz2 |
Bump TclOO version.corresponds_to_TclOO_0_6_3
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 078d888..e8f770c 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.6.2 ;# Must match value in generic/tclOO.h +package require -exact TclOO 0.6.3 ;# Must match value in generic/tclOO.h package require tcltest 2 if {"::tcltest" in [namespace children]} { namespace import -force ::tcltest::* diff --git a/tests/ooNext2.test b/tests/ooNext2.test index 624a9d9..fc0423f 100644 --- a/tests/ooNext2.test +++ b/tests/ooNext2.test @@ -9,7 +9,7 @@ # # RCS: @(#) $Id: oo.test,v 1.59 2011/01/18 16:10:48 dkf Exp $ -package require -exact TclOO 0.6.2 ;# Must match value in configure.in +package require -exact TclOO 0.6.3 ;# Must match value in configure.in if {[lsearch [namespace children] ::tcltest] == -1} { package require tcltest 2 namespace import -force ::tcltest::* |