summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2017-05-08 11:20:54 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2017-05-08 11:20:54 (GMT)
commit8d608dd1a21c704661639fd8d43af18fec414d0f (patch)
treef9fabdba09b2efd8fa849595ba52afd4b43194a4 /tests
parent4b8bb9766c83c93000160b5aeb3723d90dd95926 (diff)
parent83920326ba5851cad594e6a261205a202b75a338 (diff)
downloadtk-8d608dd1a21c704661639fd8d43af18fec414d0f.zip
tk-8d608dd1a21c704661639fd8d43af18fec414d0f.tar.gz
tk-8d608dd1a21c704661639fd8d43af18fec414d0f.tar.bz2
merge core-8-6-branch
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 479978e..af78947 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;