]> sipb.mit.edu Git - ikiwiki.git/blobdiff - t/img.t
img plugin: split resizing calculations and actual resizing
[ikiwiki.git] / t / img.t
diff --git a/t/img.t b/t/img.t
index c336c6744f21bfd44e0845bd2890bf35a929ee46..0183f8779d3034b36c8a436e558c428f8b88b636 100755 (executable)
--- a/t/img.t
+++ b/t/img.t
@@ -21,7 +21,7 @@ BEGIN { use_ok("Image::Magick"); }
 ok(! system("rm -rf t/tmp; mkdir -p t/tmp/in"));
 
 ok(! system("cp t/img/redsquare.png t/tmp/in/redsquare.png"));
-writefile("emptysquare.svg", "t/tmp/in", '<svg width="10" height="10"/>');
+writefile("emptysquare.svg", "t/tmp/in", '<svg width="30" height="30"/>');
 # using different image sizes for different pages, so the pagenumber selection can be tested easily
 ok(! system("cp t/img/twopages.pdf t/tmp/in/twopages.pdf"));