summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorfvogel <fvogelnew1@free.fr>2015-10-23 16:20:08 (GMT)
committerfvogel <fvogelnew1@free.fr>2015-10-23 16:20:08 (GMT)
commit70c148557dea8d91ba7c40d3ed05c9920053298a (patch)
tree5ac12646d03052794ab7c996d2407e5a9f9c2c3a /tests
parentdcc23b92a2d51d51ead788f1f4dd3f92df34722e (diff)
downloadtk-70c148557dea8d91ba7c40d3ed05c9920053298a.zip
tk-70c148557dea8d91ba7c40d3ed05c9920053298a.tar.gz
tk-70c148557dea8d91ba7c40d3ed05c9920053298a.tar.bz2
Fixed [ac6ca22363] - ttk/spinbox-1.8.4 test fails on Win7
Diffstat (limited to 'tests')
-rw-r--r--tests/ttk/spinbox.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ttk/spinbox.test b/tests/ttk/spinbox.test
index f7741c6..32b77af 100644
--- a/tests/ttk/spinbox.test
+++ b/tests/ttk/spinbox.test
@@ -143,7 +143,7 @@ test spinbox-1.8.4 "-validate option: " -setup {
.sb configure -validate all -validatecommand {lappend ::spinbox_test %P}
pack .sb
.sb set 50
- focus .sb
+ focus -force .sb
after 500 {set ::spinbox_wait 1} ; vwait ::spinbox_wait
set ::spinbox_test
} -cleanup {