summaryrefslogtreecommitdiffstats
path: root/tests/ttk
diff options
context:
space:
mode:
authorfvogel <fvogelnew1@free.fr>2015-10-23 16:21:33 (GMT)
committerfvogel <fvogelnew1@free.fr>2015-10-23 16:21:33 (GMT)
commite527e605df1c8f851cb05c80d2be3f7509815641 (patch)
tree54ea5f3311b2f491d69dc2e1e629008dfaeebee2 /tests/ttk
parent724c2bf3066d5158d3cbd59bdafd8325761966a5 (diff)
parente70c123f6076f327d0675c187e53f3e9c7e52e3a (diff)
downloadtk-e527e605df1c8f851cb05c80d2be3f7509815641.zip
tk-e527e605df1c8f851cb05c80d2be3f7509815641.tar.gz
tk-e527e605df1c8f851cb05c80d2be3f7509815641.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 {