summaryrefslogtreecommitdiffstats
path: root/tests/font.test
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2021-10-31 12:26:48 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2021-10-31 12:26:48 (GMT)
commit8bf0f1bae151317e296ee3cc7c43d05e0b46a130 (patch)
treec75ae6af08a61634ba5b80bbc68360e89973f129 /tests/font.test
parentae9ec0f179b4d64a2fc92134c8d909c628e5a86d (diff)
downloadtk-8bf0f1bae151317e296ee3cc7c43d05e0b46a130.zip
tk-8bf0f1bae151317e296ee3cc7c43d05e0b46a130.tar.gz
tk-8bf0f1bae151317e296ee3cc7c43d05e0b46a130.tar.bz2
Test-case cleanup (all backported form 8.7)
Diffstat (limited to 'tests/font.test')
-rw-r--r--tests/font.test4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/font.test b/tests/font.test
index b00aeb1..24816e3 100644
--- a/tests/font.test
+++ b/tests/font.test
@@ -2426,7 +2426,7 @@ test font-47.2 {Bug 3049518,TIP 608 - Canvas} -body {
-width 1 -joinstyle round -smooth true -fill {} -outline blue]
pack $c -fill both -expand 1 -side top
tkwait visibility $c
-
+
# Lamda test functions
set circle_text {{w user_data text circ} {
if {[winfo class $w] ne "Canvas"} {
@@ -2493,7 +2493,7 @@ test font-47.3 {Bug 3049518, TIP 608 - Label} -body {
}
return $img
}}
-
+
set testWorldChanged {{w user_data} {
global make-img
if {$user_data ne "FontChanged"} {