diff options
author | fvogel <fvogelnew1@free.fr> | 2019-10-10 19:19:19 (GMT) |
---|---|---|
committer | fvogel <fvogelnew1@free.fr> | 2019-10-10 19:19:19 (GMT) |
commit | 38ecedd3a179ee02c2541a6d4bf8d7b6348b4943 (patch) | |
tree | c7718f4f61cef2e9e5ea3c0259adfcb7442d54cd | |
parent | 8b9955b32c1c6a8e9d0298dcd77edf478f32f3f9 (diff) | |
download | tk-38ecedd3a179ee02c2541a6d4bf8d7b6348b4943.zip tk-38ecedd3a179ee02c2541a6d4bf8d7b6348b4943.tar.gz tk-38ecedd3a179ee02c2541a6d4bf8d7b6348b4943.tar.bz2 |
Fix test number in comment
-rw-r--r-- | tests/bind.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/bind.test b/tests/bind.test index ad125e8..24bf1d0 100644 --- a/tests/bind.test +++ b/tests/bind.test @@ -6628,7 +6628,7 @@ test bind-34.1 {-warp works relatively to a window} -setup { } -result {1} test bind-34.2 {-warp works relatively to the screen} -setup { } -body { - # Contrary to bind-32.2, we're directly checking screen coordinates + # Contrary to bind-34.1, we're directly checking screen coordinates event generate {} <Motion> -x 20 -y 20 -warp 1 update idletasks ; # DoWarp is an idle callback set res [winfo pointerxy .] |