From 6b5ddc5aa2edac8da24fa080d3b5a5b798d6b984 Mon Sep 17 00:00:00 2001 From: dkf Date: Wed, 21 Apr 2004 15:15:40 +0000 Subject: Minor cleanup for when running single-process tests --- ChangeLog | 6 ++++++ tests/textDisp.test | 3 ++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index b4d95e6..7c49bd5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2004-04-21 Donal K. Fellows + + * tests/textDisp.test: Get rid of windows that are no longer + needed so single-proc tests don't have extra windows hanging + around unexpectedly. + 2004-04-21 Benjamin Riefenstahl Mac OS X: Fix several problems with Icelandic (and Faroese) keyboards diff --git a/tests/textDisp.test b/tests/textDisp.test index 7f1a54a..7707b8a 100644 --- a/tests/textDisp.test +++ b/tests/textDisp.test @@ -6,7 +6,7 @@ # Copyright (c) 1998-1999 by Scriptics Corporation. # All rights reserved. # -# RCS: @(#) $Id: textDisp.test,v 1.23 2003/12/04 12:10:07 vincentdarley Exp $ +# RCS: @(#) $Id: textDisp.test,v 1.24 2004/04/21 15:16:45 dkf Exp $ package require tcltest 2.1 eval tcltest::configure $argv @@ -3385,6 +3385,7 @@ test textDisp-30.1 {elidden text complications} {knownBug} { # Each logical line must have its own DLines .t2.t count -displaylines 1.0 end } {1} +catch {destroy .t2} .t configure -height 1 update -- cgit v0.12