From f5f5e06e260501e367f0a9659f1a956617af8e4b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Henrik=20Grubbstr=C3=B6m=20=28Grubba=29?= <grubba@grubba.org> Date: Tue, 10 Feb 1998 23:26:08 +0100 Subject: [PATCH] Fixed test. Rev: src/modules/Image/testsuite.in:1.4 --- src/modules/Image/testsuite.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/Image/testsuite.in b/src/modules/Image/testsuite.in index 2574eb792e..8641963ec9 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) ]]) -- GitLab