summaryrefslogtreecommitdiffstats
path: root/tests/ooNext2.test
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2012-07-12 10:54:48 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2012-07-12 10:54:48 (GMT)
commit92740dd9047be0dac46bae7af8bb3e8b3291e27d (patch)
tree96069e23131f9b94d5bc1823a86180fcbdbfc217 /tests/ooNext2.test
parentd9e114d7503c849a470e4ffd4514b7bb0f69fcd6 (diff)
downloadtcl-92740dd9047be0dac46bae7af8bb3e8b3291e27d.zip
tcl-92740dd9047be0dac46bae7af8bb3e8b3291e27d.tar.gz
tcl-92740dd9047be0dac46bae7af8bb3e8b3291e27d.tar.bz2
Update TclOO package to 0.7, correct copyright dates.
Diffstat (limited to 'tests/ooNext2.test')
-rw-r--r--tests/ooNext2.test10
1 files changed, 4 insertions, 6 deletions
diff --git a/tests/ooNext2.test b/tests/ooNext2.test
index eeade11..e78e0d0 100644
--- a/tests/ooNext2.test
+++ b/tests/ooNext2.test
@@ -2,16 +2,14 @@
# Sourcing this file into Tcl runs the tests and generates output for errors.
# No output means no errors were found.
#
-# Copyright (c) 2006-2008 Donal K. Fellows
+# Copyright (c) 2006-2011 Donal K. Fellows
#
# See the file "license.terms" for information on usage and redistribution of
# this file, and for a DISCLAIMER OF ALL WARRANTIES.
-#
-# RCS: @(#) $Id: oo.test,v 1.59 2011/01/18 16:10:48 dkf Exp $
-package require -exact TclOO 0.6.3 ;# Must match value in configure.in
-if {[lsearch [namespace children] ::tcltest] == -1} {
- package require tcltest 2
+package require -exact TclOO 0.7 ;# Must match value in configure.in
+package require tcltest 2
+if {"::tcltest" in [namespace children]} {
namespace import -force ::tcltest::*
}