diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2021-01-13 08:26:37 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2021-01-13 08:26:37 (GMT) |
commit | 3ff31977045e845f429f3b17f860444eca42e987 (patch) | |
tree | ae52c32edba434a5d4630e03dfa883cd342d6b51 /tests | |
parent | 4d14f5a0f9cf1da153ac81fa1c0f08934092110c (diff) | |
download | tk-3ff31977045e845f429f3b17f860444eca42e987.zip tk-3ff31977045e845f429f3b17f860444eca42e987.tar.gz tk-3ff31977045e845f429f3b17f860444eca42e987.tar.bz2 |
Mark textTag-18.1 with "knownBug": Not really worth to pay much attention to it any more.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/textTag.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/textTag.test b/tests/textTag.test index 6383d34..b76cdc4 100644 --- a/tests/textTag.test +++ b/tests/textTag.test @@ -793,7 +793,7 @@ test textTag-17.1 {insert procedure inserts tags} { catch {destroy .t} -test textTag-18.1 {TkTextPickCurrent tag bindings} -setup { +test textTag-18.1 {TkTextPickCurrent tag bindings} -constraints knownBug -setup { destroy .t wm geometry . +200+200 ; update event generate {} <Motion> -warp 1 -x 5 -y 5 ; update idletasks ; after 50 |