diff options
author | culler <culler> | 2021-04-25 15:36:39 (GMT) |
---|---|---|
committer | culler <culler> | 2021-04-25 15:36:39 (GMT) |
commit | 79f3f632a93e76d6d696ae190b69c030f3bc3821 (patch) | |
tree | 0da304ded357d2e48537143b60eff28fa654114e /tests/entry.test | |
parent | 8822888c8757a09d5a6322d1458512095ac1f2f0 (diff) | |
download | tk-79f3f632a93e76d6d696ae190b69c030f3bc3821.zip tk-79f3f632a93e76d6d696ae190b69c030f3bc3821.tar.gz tk-79f3f632a93e76d6d696ae190b69c030f3bc3821.tar.bz2 |
Using the CALayer changes some timings -- make some small adjustments to a few tests to avoid sporadic timing-related failures.
Diffstat (limited to 'tests/entry.test')
-rw-r--r-- | tests/entry.test | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/entry.test b/tests/entry.test index ef70a9e..a72d36a 100644 --- a/tests/entry.test +++ b/tests/entry.test @@ -2968,6 +2968,7 @@ test entry-17.2 {EntryUpdateScrollbar procedure} -body { test entry-17.3 {EntryUpdateScrollbar procedure} -body { entry .e -width 10 -xscrollcommand scroll -font {Courier -12} pack .e + update idletasks set timeout [after 500 {set scrollInfo {-1000000 -1000000}}] .e insert 0 abcdefghijklmnopqrs .e xview 6 |