diff options
author | donal.k.fellows@manchester.ac.uk <dkf> | 2004-04-21 15:15:40 (GMT) |
---|---|---|
committer | donal.k.fellows@manchester.ac.uk <dkf> | 2004-04-21 15:15:40 (GMT) |
commit | aa9e4b0c3703edc623bf4162c197dd9a4166c097 (patch) | |
tree | 6d51ec696506ac04edf416fd0934351811128367 /tests | |
parent | d1d04b1278490bd58134fbeff43111c94270b44c (diff) | |
download | tk-aa9e4b0c3703edc623bf4162c197dd9a4166c097.zip tk-aa9e4b0c3703edc623bf4162c197dd9a4166c097.tar.gz tk-aa9e4b0c3703edc623bf4162c197dd9a4166c097.tar.bz2 |
Minor cleanup for when running single-process tests
Diffstat (limited to 'tests')
-rw-r--r-- | tests/textDisp.test | 3 |
1 files changed, 2 insertions, 1 deletions
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 |