diff options
author | dgp <dgp@users.sourceforge.net> | 2009-06-24 15:17:40 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2009-06-24 15:17:40 (GMT) |
commit | 113714d1cf9bf670cbb99691146b8c105374678b (patch) | |
tree | 9d28355fbb376fcf9ad510f3205b95d4e49374d0 /tests/oo.test | |
parent | 4fd9789c692f218dc5b7b34eb3b4029674ffaa03 (diff) | |
download | tcl-113714d1cf9bf670cbb99691146b8c105374678b.zip tcl-113714d1cf9bf670cbb99691146b8c105374678b.tar.gz tcl-113714d1cf9bf670cbb99691146b8c105374678b.tar.bz2 |
More test suite cleanup for "-singleproc 1 -debug 1" testing.
Diffstat (limited to 'tests/oo.test')
-rw-r--r-- | tests/oo.test | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/oo.test b/tests/oo.test index da295a6..7b28f00 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. # -# RCS: @(#) $Id: oo.test,v 1.27 2009/05/15 10:08:02 dkf Exp $ +# RCS: @(#) $Id: oo.test,v 1.28 2009/06/24 15:17:40 dgp Exp $ package require TclOO 0.6.1 ;# Must match value in generic/tclOO.h if {[lsearch [namespace children] ::tcltest] == -1} { @@ -690,6 +690,7 @@ test oo-7.6 {OO: inheritance 101 - overridden methods should be oblivious} -setu lappend result [Binstance incr x] lappend result x=$x } -result {x=10 x 1 returning:11 11 x=11} -cleanup { + unset -nocomplain x Aclass destroy } test oo-7.7 {OO: inheritance and errorInfo} -setup { |