summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2017-05-05 15:06:01 (GMT)
committerdgp <dgp@users.sourceforge.net>2017-05-05 15:06:01 (GMT)
commit9f2fc44848eb428a53403d3989d3724c41c49943 (patch)
treea7ec7adf9fecca14cfbb605fedd5fe1407b4c28a /tests
parentfe2b88f2782fc8a4d6a9d7beda9900501f1548fd (diff)
downloadtk-9f2fc44848eb428a53403d3989d3724c41c49943.zip
tk-9f2fc44848eb428a53403d3989d3724c41c49943.tar.gz
tk-9f2fc44848eb428a53403d3989d3724c41c49943.tar.bz2
Constrain test that demands user interaction
Diffstat (limited to 'tests')
-rw-r--r--tests/menu.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/menu.test b/tests/menu.test
index 05356e3..ebf3fb7 100644
--- a/tests/menu.test
+++ b/tests/menu.test
@@ -3879,7 +3879,7 @@ test menu-37.1 {menubar menues cannot be posted - bug 2160206} -setup {
} -result {1 {a menubar menu cannot be posted}}
test menu-38.1 {Can't dismiss ttk::menubutton menu until mouse has hovered over it - bug fa32290898} -setup {
-} -constraints {macOrUnix} -body {
+} -constraints {userInteraction} -body {
toplevel .top
ttk::menubutton .top.mb -text "Some menu";
menu .top.mb.m;