diff options
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | tests/textDisp.test | 3 |
2 files changed, 8 insertions, 1 deletions
@@ -1,3 +1,9 @@ +2004-04-21 Donal K. Fellows <donal.k.fellows@man.ac.uk> + + * 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 <Benjamin.Riefenstahl@epost.de> 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 |