summaryrefslogtreecommitdiffstats
path: root/tests/ttk
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)
commite70c123f6076f327d0675c187e53f3e9c7e52e3a (patch)
tree5ac12646d03052794ab7c996d2407e5a9f9c2c3a /tests/ttk
parent6aae6c7c27d9bc93bd2b4214f87f73c2ac500976 (diff)
downloadtk-e70c123f6076f327d0675c187e53f3e9c7e52e3a.zip
tk-e70c123f6076f327d0675c187e53f3e9c7e52e3a.tar.gz
tk-e70c123f6076f327d0675c187e53f3e9c7e52e3a.tar.bz2
Fixed [ac6ca22363] - ttk/spinbox-1.8.4 test fails on Win7
Diffstat (limited to 'tests/ttk')
-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 {