summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorfvogel <fvogelnew1@free.fr>2024-05-28 21:22:00 (GMT)
committerfvogel <fvogelnew1@free.fr>2024-05-28 21:22:00 (GMT)
commit326b290a21369113203576878050cc4c20e25d4c (patch)
tree88b99dfd6fd76b073ad8fa9afb915825ed0546ed /tests
parent01d6c531757925d6ce44532bc029d9e84f022c0d (diff)
downloadtk-326b290a21369113203576878050cc4c20e25d4c.zip
tk-326b290a21369113203576878050cc4c20e25d4c.tar.gz
tk-326b290a21369113203576878050cc4c20e25d4c.tar.bz2
Request font with pixel size 13 instead of 11, so that font-44.1 passes without Xft under xvfb too.
Diffstat (limited to 'tests')
-rw-r--r--tests/font.test4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/font.test b/tests/font.test
index 33d0f7b..37132ad 100644
--- a/tests/font.test
+++ b/tests/font.test
@@ -2352,10 +2352,10 @@ test font-44.1 {TkFontGetPixels: size < 0} -setup {
} -body {
# if this test failed, start the investigations by reading ticket [8162e9b7a9]
tk scaling 0.5
- font actual {times -11} -size
+ font actual {times -13} -size
} -cleanup {
tk scaling $oldscale
-} -result 22
+} -result 26
test font-44.2 {TkFontGetPoints: size >= 0} -constraints {noExceed haveTimes12Font} -setup {
set oldscale [tk scaling]
} -body {