From 0f9ea1f720e0899f325ad3a9a923ee2b7bc2a038 Mon Sep 17 00:00:00 2001 From: chrysn Date: Tue, 15 Jul 2014 14:03:31 +0200 Subject: [PATCH] unit test for bugs/image_rescaling_distorts_with_small_pictures --- t/img.t | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/t/img.t b/t/img.t index ba28d2734..088a98328 100755 --- a/t/img.t +++ b/t/img.t @@ -28,6 +28,7 @@ ok(! system("cp t/img/twopages.pdf t/tmp/in/twopages.pdf")); writefile("imgconversions.mdwn", "t/tmp/in", <; +close $outhtmlfd; + is(size("$outpath/10x-redsquare.png"), "10x10"); +ok(! -e "$outpath/30x-redsquare.png"); +ok($outhtml =~ /width="30" height="30".*expecting 30x30/); # if this fails, you need libmagickcore-6.q16-2-extra installed is(size("$outpath/10x-emptysquare.png"), "10x10"); is(size("$outpath/12x-twopages.png"), "12x12"); -- 2.45.0