diff options
author | fvogel <fvogelnew1@free.fr> | 2020-08-24 09:31:42 (GMT) |
---|---|---|
committer | fvogel <fvogelnew1@free.fr> | 2020-08-24 09:31:42 (GMT) |
commit | 6469b72bc4ab06f797ef807cc5c95118ef6c2896 (patch) | |
tree | 667dbeda722d878fa353b2ff20b3f3ef9ecb7bca /tests | |
parent | 15419f463eb283e2b0b1613b826c097b3b29e60b (diff) | |
parent | f65c94115a3cb2fee74dd75d503d2da365fca0f4 (diff) | |
download | tk-6469b72bc4ab06f797ef807cc5c95118ef6c2896.zip tk-6469b72bc4ab06f797ef807cc5c95118ef6c2896.tar.gz tk-6469b72bc4ab06f797ef807cc5c95118ef6c2896.tar.bz2 |
Fix duplicate test name scrollbar-3.50.1
Diffstat (limited to 'tests')
-rw-r--r-- | tests/scrollbar.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/scrollbar.test b/tests/scrollbar.test index 873e564..ea34f1d 100644 --- a/tests/scrollbar.test +++ b/tests/scrollbar.test @@ -341,7 +341,7 @@ test scrollbar-3.49 {ScrollbarWidgetCmd procedure, "identify" option} { test scrollbar-3.50.1 {ScrollbarWidgetCmd procedure, "identify" option} notAqua { .s identify 5 5 } {arrow1} -test scrollbar-3.50.1 {ScrollbarWidgetCmd procedure, "identify" option} aqua { +test scrollbar-3.50.2 {ScrollbarWidgetCmd procedure, "identify" option} aqua { # macOS scrollbars have no arrows nowadays .s identify 5 5 } {trough1} |