diff options
author | fvogel <fvogelnew1@free.fr> | 2022-01-23 09:24:48 (GMT) |
---|---|---|
committer | fvogel <fvogelnew1@free.fr> | 2022-01-23 09:24:48 (GMT) |
commit | ceb6b43fc4ab51a1f210eb6c78a815d59f0bcafe (patch) | |
tree | e977b35a06401ebd0b2ad8a56820524000c41d5d | |
parent | 9862c1edee9ad95987793d3becc5c6f903f8c658 (diff) | |
download | tk-ceb6b43fc4ab51a1f210eb6c78a815d59f0bcafe.zip tk-ceb6b43fc4ab51a1f210eb6c78a815d59f0bcafe.tar.gz tk-ceb6b43fc4ab51a1f210eb6c78a815d59f0bcafe.tar.bz2 |
Add some time in textWind-18.1 to make sure it crashes before the test is over. The crash can be seen with TESTFLAGS='-verbose bepst': the log stops with '---- textWind-18.1 start' (i.e. the log shows no end of the test).
-rw-r--r-- | tests/textWind.test | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/textWind.test b/tests/textWind.test index bec397a..76cf6f9 100644 --- a/tests/textWind.test +++ b/tests/textWind.test @@ -1613,6 +1613,7 @@ test textWind-18.1 {embedded window deletion triggered by a script bound to <Map # this shall not crash (bug 1501749) after 100 {.t yview end} tkwait visibility .f2 + after 200 updateText } -cleanup { destroy .t .f .f2 |