diff --git a/src/modules/Image/testsuite.in b/src/modules/Image/testsuite.in index 2574eb792ea72823a91493d74126b609f3d40df0..8641963ec9121d3e459701a2e3047048b475ac81 100644 --- a/src/modules/Image/testsuite.in +++ b/src/modules/Image/testsuite.in @@ -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) ]])