summaryrefslogtreecommitdiffstats
path: root/tests/bitmap.test
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2013-02-05 17:44:34 (GMT)
committerdgp <dgp@users.sourceforge.net>2013-02-05 17:44:34 (GMT)
commit2ee1726311c917823daec3d05049fa6a328a5110 (patch)
treecf24d154f023ca48a7ede5738ca161c7ada9f153 /tests/bitmap.test
parentdb44588c3136ad539796d09442c27c55fdfee708 (diff)
downloadtk-2ee1726311c917823daec3d05049fa6a328a5110.zip
tk-2ee1726311c917823daec3d05049fa6a328a5110.tar.gz
tk-2ee1726311c917823daec3d05049fa6a328a5110.tar.bz2
Restore failing tests to passing.
Diffstat (limited to 'tests/bitmap.test')
-rw-r--r--tests/bitmap.test6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/bitmap.test b/tests/bitmap.test
index 80bc114..6e2573f 100644
--- a/tests/bitmap.test
+++ b/tests/bitmap.test
@@ -85,11 +85,11 @@ test bitmap-3.1 {Tk_FreeBitmapFromObj - reference counts} -constraints {
test bitmap-4.1 {FreeBitmapObjProc} -constraints {
testbitmap
} -body {
- set x [format questhead]
+ set x [join questhead]
button .b -bitmap $x
- set y [format questhead]
+ set y [join questhead]
.b configure -bitmap $y
- set z [format questhead]
+ set z [join questhead]
.b configure -bitmap $z
set result {}
lappend result [testbitmap questhead]