diff options
author | vincentdarley <vincentdarley> | 2004-11-20 15:49:47 (GMT) |
---|---|---|
committer | vincentdarley <vincentdarley> | 2004-11-20 15:49:47 (GMT) |
commit | 45daf62a0966010296905bb16556c71ed221d8c3 (patch) | |
tree | d07973524e3aaf0686e82ee440fd900f5e55b636 /tests/textDisp.test | |
parent | 66cb1cc6871f676e0547dc5ad8c24525c7b96815 (diff) | |
download | tk-45daf62a0966010296905bb16556c71ed221d8c3.zip tk-45daf62a0966010296905bb16556c71ed221d8c3.tar.gz tk-45daf62a0966010296905bb16556c71ed221d8c3.tar.bz2 |
made test less timing sensitive
Diffstat (limited to 'tests/textDisp.test')
-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 2cbb613..6ec634d 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.30 2004/09/24 14:43:30 vincentdarley Exp $ +# RCS: @(#) $Id: textDisp.test,v 1.31 2004/11/20 15:49:47 vincentdarley Exp $ package require tcltest 2.1 eval tcltest::configure $argv @@ -2460,6 +2460,7 @@ test textDisp-19.14 {GetYView procedure} { .t insert end "times with a bit left on the last line." # Need to update so everything is calculated. update ; .t count -update -ypixels 1.0 end + update ; after 10 ; update set scrollInfo "unchanged" .t mark set insert 3.0 .t tag configure x -background red |