Skip to content
Snippets Groups Projects
Commit f5f5e06e authored by Henrik (Grubba) Grubbström's avatar Henrik (Grubba) Grubbström
Browse files

Fixed test.

Rev: src/modules/Image/testsuite.in:1.4
parent 1f2a2021
No related branches found
No related tags found
No related merge requests found
......@@ -46,7 +46,7 @@ dnl tuned_box
test_any(object o=clone(Image.font); o->load("SRCDIR/testfont"); return o->height(),19)
test_any(object o=clone(Image.font); o->load("SRCDIR/testfont"); return o->write("foo")->xsize(),23)
test_any(object o=clone(Image.font); o->load("SRCDIR/testfont"); return
o->write("foo")->ysize(),20)
o->write("foo")->ysize(),19)
dnl test_any(object o=clone(Image.font); o->load("SRCDIR/testfont"); o->write("foo"); clone(Image.image,100,100)->paste_alpha(o); return 1,1)
]])
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment