diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2004-04-21 15:15:40 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2004-04-21 15:15:40 (GMT) |
commit | 6b5ddc5aa2edac8da24fa080d3b5a5b798d6b984 (patch) | |
tree | 6d51ec696506ac04edf416fd0934351811128367 /tests | |
parent | ffc77da5a5ed9f95bff5ceac80ccf440fa80580f (diff) | |
download | tk-6b5ddc5aa2edac8da24fa080d3b5a5b798d6b984.zip tk-6b5ddc5aa2edac8da24fa080d3b5a5b798d6b984.tar.gz tk-6b5ddc5aa2edac8da24fa080d3b5a5b798d6b984.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 |