* Silence "used only once: possible typo" warnings for variables
that are part of modules' APIs
* img test: skip testing PDFs if unsupported
+ * img test: use the right filenames when testing that deletion occurs
-- Simon McVittie <smcv@debian.org> Mon, 15 Jun 2015 18:13:23 +0100
ok(! system("cp t/img/redsquare.png t/tmp/in/a:b:c:d:e:f:g:h:i:j.png"));
if ($SVGS_WORK) {
- writefile("emptysquare.svg", "t/tmp/in",
+ writefile("bluesquare.svg", "t/tmp/in",
'<svg width="30" height="30"><rect x="0" y="0" width="30" height="30" fill="blue"/></svg>');
}
my $maybe_svg_img = "";
if ($SVGS_WORK) {
- $maybe_svg_img = "[[!img emptysquare.svg size=10x]]";
+ $maybe_svg_img = "[[!img bluesquare.svg size=10x]]";
}
my $maybe_pdf_img = "";
ok(! system(@command, "--refresh"));
- ok(! -e "$outpath/10x-simple.png");
- ok(! -e "$outpath/10x-simple-svg.png");
- ok(! -e "$outpath/10x-simple-pdf.png");
- ok(! -e "$outpath/10x-p1-simple-pdf.png");
+ ok(! -e "$outpath/10x-redsquare.png");
+ ok(! -e "$outpath/10x-bluesquare.png");
+ ok(! -e "$outpath/12x-twopages.png");
+ ok(! -e "$outpath/16x-p1-twopages.png");
ok(! -e "$outpath/x8-hello:world.png");
ok(! -e "$outpath/x4-a:b:c.png");
ok(! -e "$outpath/x6-a:b:c:d:e:f:g:h:i:j.png");