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)
commitf19be0447c6d2d01a10d3881d6f8aab3c87dad5d (patch)
treea7ec7adf9fecca14cfbb605fedd5fe1407b4c28a /tests
parentdefed109c22cf0e3570fcc2686645ccef8228dfc (diff)
downloadtk-f19be0447c6d2d01a10d3881d6f8aab3c87dad5d.zip
tk-f19be0447c6d2d01a10d3881d6f8aab3c87dad5d.tar.gz
tk-f19be0447c6d2d01a10d3881d6f8aab3c87dad5d.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;