summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2016-11-18 13:12:18 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2016-11-18 13:12:18 (GMT)
commit690db09c143da53cd3adebb52f8eac12db5c767c (patch)
treededb903cbf1a662634ff85b7a9bddca70886e171 /tests
parentc3149fa0b5bd697ccb9d9afafc37b3aa55739af1 (diff)
downloadtk-690db09c143da53cd3adebb52f8eac12db5c767c.zip
tk-690db09c143da53cd3adebb52f8eac12db5c767c.tar.gz
tk-690db09c143da53cd3adebb52f8eac12db5c767c.tar.bz2
constrain new test-case to UNIX only, since on Windows the test-result appears to depend on the window's border.
Diffstat (limited to 'tests')
-rw-r--r--tests/ttk/combobox.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ttk/combobox.test b/tests/ttk/combobox.test
index c134bfc..35ded6c 100644
--- a/tests/ttk/combobox.test
+++ b/tests/ttk/combobox.test
@@ -45,7 +45,7 @@ test combobox-2.4 "current -- value not in list" -body {
test combobox-2.end "Cleanup" -body { destroy .cb }
-test combobox-3 "Read postoffset value dynamically from current style" -body {
+test combobox-3 "Read postoffset value dynamically from current style" -constraints unix -body {
ttk::combobox .cb -values [list a b c] -style "DerivedStyle.TCombobox"
pack .cb -expand true -fill both
ttk::style configure DerivedStyle.TCombobox -postoffset [list 25 0 0 0]