From d013ac36802f1a94c8629dde40cfae06e492d4ce Mon Sep 17 00:00:00 2001 From: dkf Date: Wed, 24 Jun 2009 15:29:39 +0000 Subject: Fix [Bug 2811598]. --- ChangeLog | 6 +++++- tests/oo.test | 3 ++- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 87e210e..55fc635 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,10 @@ +2009-06-24 Donal K. Fellows + + * tests/oo.test (oo-19.1): [Bug 2811598]: Make more resilient. + 2009-06-24 Pat Thoyts - * tests/http11.test: Clean up procs after testing. [Bug 2811492] + * tests/http11.test: [Bug 2811492]: Clean up procs after testing. 2009-06-18 Donal K. Fellows diff --git a/tests/oo.test b/tests/oo.test index 7b28f00..829c8ce 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.28 2009/06/24 15:17:40 dgp Exp $ +# RCS: @(#) $Id: oo.test,v 1.29 2009/06/24 15:29:40 dkf Exp $ package require TclOO 0.6.1 ;# Must match value in generic/tclOO.h if {[lsearch [namespace children] ::tcltest] == -1} { @@ -1608,6 +1608,7 @@ test oo-19.1 {OO: varname method} -setup { oo::object create inst oo::objdefine inst export eval set result {} + inst eval { variable x } } -body { inst eval {trace add variable x write foo} set ns [inst eval namespace current] -- cgit v0.12