diff options
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 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 |