diff options
author | fvogel <fvogelnew1@free.fr> | 2023-11-15 19:54:27 (GMT) |
---|---|---|
committer | fvogel <fvogelnew1@free.fr> | 2023-11-15 19:54:27 (GMT) |
commit | 26f4d2bf8b589ae78776a8228188384588ffd24c (patch) | |
tree | eba8febf0909b8f22725d1c6dad6c8a1f9048927 /tests/font.test | |
parent | 37887ffb2c8e05dd5c9f04ae5deb8e9e4cf6ce89 (diff) | |
download | tk-26f4d2bf8b589ae78776a8228188384588ffd24c.zip tk-26f4d2bf8b589ae78776a8228188384588ffd24c.tar.gz tk-26f4d2bf8b589ae78776a8228188384588ffd24c.tar.bz2 |
Remove debug outputs.
Diffstat (limited to 'tests/font.test')
-rw-r--r-- | tests/font.test | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/tests/font.test b/tests/font.test index ece49d7..d57b998 100644 --- a/tests/font.test +++ b/tests/font.test @@ -2339,21 +2339,15 @@ test font-43.1 {FieldSpecified procedure: specified vs. non-specified} -body { } -result [font actual {times 0} -family] -puts ">>>>>>>>>> font-44.1 starts" test font-44.1 {TkFontGetPixels: size < 0} -setup { set oldscale [tk scaling] } -body { -puts "oldscale: $oldscale" set oldsize [expr {-(-12.0 / $oldscale)}] -puts "font actual {times -12}: [font actual {times -12}]" -puts "oldsize: $oldsize" tk scaling 0.5 -puts "font actual {times -12}: [font actual {times -12}]" expr {round([font actual {times -12} -size] / $oldscale * 0.5) - round($oldsize) == 0} } -cleanup { tk scaling $oldscale } -result 1 -puts " font-44.1 ends <<<<<<<<<<" test font-44.2 {TkFontGetPoints: size >= 0} -constraints {noExceed haveTimes12Font} -setup { set oldscale [tk scaling] } -body { |