diff options
author | fvogel <fvogelnew1@free.fr> | 2023-11-06 20:46:00 (GMT) |
---|---|---|
committer | fvogel <fvogelnew1@free.fr> | 2023-11-06 20:46:00 (GMT) |
commit | 36fce82447349391ad8b5d8f6b3d16ad1847bfee (patch) | |
tree | 7901931f48c544a2abf1072e308b53b24fb82c88 /tests | |
parent | 0c7622f2dd7f4b222063c672e877759c511c813a (diff) | |
download | tk-36fce82447349391ad8b5d8f6b3d16ad1847bfee.zip tk-36fce82447349391ad8b5d8f6b3d16ad1847bfee.tar.gz tk-36fce82447349391ad8b5d8f6b3d16ad1847bfee.tar.bz2 |
Redo [c306fdd1].
Diffstat (limited to 'tests')
-rw-r--r-- | tests/font.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/font.test b/tests/font.test index 69d3b15..f112d16 100644 --- a/tests/font.test +++ b/tests/font.test @@ -2339,7 +2339,7 @@ test font-43.1 {FieldSpecified procedure: specified vs. non-specified} -body { } -result [font actual {times 0} -family] -test font-44.1 {TkFontGetPixels: size < 0} -constraints failsOnUbuntu -setup { +test font-44.1 {TkFontGetPixels: size < 0} -setup { set oldscale [tk scaling] } -body { tk scaling 0.5 |