summaryrefslogtreecommitdiffstats
path: root/tests/winButton.test
diff options
context:
space:
mode:
authorfvogel <fvogel@noemail.net>2016-01-06 13:22:06 (GMT)
committerfvogel <fvogel@noemail.net>2016-01-06 13:22:06 (GMT)
commit2daf1770c1c8b19101c469cac08e2bbd06a95f7a (patch)
treeed180fae9ca3f8010c5444b19d0f722bd3a6d882 /tests/winButton.test
parent88a2ec52c0403f619ded36af5e0fa7ecb7e0d356 (diff)
downloadtk-2daf1770c1c8b19101c469cac08e2bbd06a95f7a.zip
tk-2daf1770c1c8b19101c469cac08e2bbd06a95f7a.tar.gz
tk-2daf1770c1c8b19101c469cac08e2bbd06a95f7a.tar.bz2
Fixed bug [3e3e25f483] - winbutton-1.[12] fails on Win7
FossilOrigin-Name: 5476931f6a77054c1a1a72006f72a55c4cbadeea
Diffstat (limited to 'tests/winButton.test')
-rw-r--r--tests/winButton.test8
1 files changed, 6 insertions, 2 deletions
diff --git a/tests/winButton.test b/tests/winButton.test
index 5bf6867..5e3dcfb 100644
--- a/tests/winButton.test
+++ b/tests/winButton.test
@@ -29,7 +29,9 @@ radiobutton .r -text Radiobutton
pack .l .b .c .r
update
-test winbutton-1.1 {TkpComputeButtonGeometry procedure} {testImageType win} {
+test winbutton-1.1 {TkpComputeButtonGeometry procedure} {testImageType win nonPortable} {
+ # nonPortable because of [3e3e25f483]: on Win7 first started with a high DPI screen
+ # the smallest size (i.e. 8) is not available for "MS Sans Serif" font
deleteWindows
image create test image1
image1 changed 0 0 0 0 60 40
@@ -46,7 +48,9 @@ test winbutton-1.1 {TkpComputeButtonGeometry procedure} {testImageType win} {
[winfo reqwidth .b3] [winfo reqheight .b3] \
[winfo reqwidth .b4] [winfo reqheight .b4]
} {68 48 70 50 90 52 90 52}
-test winbutton-1.2 {TkpComputeButtonGeometry procedure} win {
+test winbutton-1.2 {TkpComputeButtonGeometry procedure} {win nonPortable} {
+ # nonPortable because of [3e3e25f483]: on Win7 first started with a high DPI screen
+ # the smallest size (i.e. 8) is not available for "MS Sans Serif" font
deleteWindows
label .b1 -bitmap question -bd 3 -padx 0 -pady 2
button .b2 -bitmap question -bd 3 -padx 0 -pady 2