diff options
author | fvogel <fvogelnew1@free.fr> | 2020-08-24 09:30:51 (GMT) |
---|---|---|
committer | fvogel <fvogelnew1@free.fr> | 2020-08-24 09:30:51 (GMT) |
commit | a18ac8f4cae7b165e9d8528062f40bb5a4cb29cc (patch) | |
tree | a153db5d3b5f75f2661277090fb206cf64531749 /tests | |
parent | dd711f199cb486be0e91ea582d3b9645c90bb3b5 (diff) | |
download | tk-a18ac8f4cae7b165e9d8528062f40bb5a4cb29cc.zip tk-a18ac8f4cae7b165e9d8528062f40bb5a4cb29cc.tar.gz tk-a18ac8f4cae7b165e9d8528062f40bb5a4cb29cc.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 d740f7c..037fe1a 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} |