Skip to content

Commit

Permalink
Remove debug outputs.
Browse files Browse the repository at this point in the history
  • Loading branch information
fvogelnew1 committed Nov 15, 2023
1 parent 37887ff commit 26f4d2b
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions tests/font.test
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 26f4d2b

Please sign in to comment.