diff options
author | chrysn <chrysn@fsfe.org> | 2014-07-04 23:32:39 +0200 |
---|---|---|
committer | chrysn <chrysn@fsfe.org> | 2014-07-04 23:32:39 +0200 |
commit | e187c0bb3cc9ce48a757dffd0e1006b25382997e (patch) | |
tree | da29ac2ad3b2e6a39c8d5b7c8499421e656525f5 | |
parent | e68756dc789b45b8ecf5e9b472467bc57c84676a (diff) | |
download | ikiwiki-e187c0bb3cc9ce48a757dffd0e1006b25382997e.tar ikiwiki-e187c0bb3cc9ce48a757dffd0e1006b25382997e.tar.gz |
unit tests available
-rw-r--r-- | doc/bugs/svg_and_pdf_conversion_fails.mdwn | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/doc/bugs/svg_and_pdf_conversion_fails.mdwn b/doc/bugs/svg_and_pdf_conversion_fails.mdwn index c159da5ad..ac18fe8aa 100644 --- a/doc/bugs/svg_and_pdf_conversion_fails.mdwn +++ b/doc/bugs/svg_and_pdf_conversion_fails.mdwn @@ -43,3 +43,16 @@ should be safe for inclusion. >> branch. In practice I think this means JPEG -> JPEG and everything >> else -> PNG, since JPEG is commonly used for photos and photo-like >> images that don't compress well under lossless compression. --[[smcv]] + +>>> i've added a unit test and tested it with the [[!debsid perlmagick]] +>>> package, the [[!debsid graphicsmagick-libmagick-dev-compat]] package and +>>> the experimental [[!debpts libimage-magick-perl]] package (where the +>>> [[!debpts libmagickcore-6.q16-2-extra]] package is required too), in the +>>> meantime filing [[!debbug 753770]]. (why is it that it sometime seems i +>>> find more bugs in ikiwiki's dependencies than in itself when working with +>>> it?) +>>> +>>> the unit test also checks for file removal when it is not created any more, +>>> which works, so my biggest fear about the all-to-png change is unwarranted. +>>> i'll have a look at that some time, but i think as things are, this is +>>> ready now, please review again. --[[chrysn]] |