mirror of
https://github.com/qpdf/qpdf.git
synced 2024-12-22 10:58:58 +00:00
logger test: don't depend on zlib output
This commit is contained in:
parent
513ed69234
commit
ca189800fa
@ -60,6 +60,7 @@ main()
|
|||||||
do_run(
|
do_run(
|
||||||
"{\"inputFile\": \"normal.pdf\","
|
"{\"inputFile\": \"normal.pdf\","
|
||||||
" \"staticId\": \"\","
|
" \"staticId\": \"\","
|
||||||
|
" \"streamData\": \"uncompress\","
|
||||||
" \"outputFile\": \"-\"}",
|
" \"outputFile\": \"-\"}",
|
||||||
qpdf_exit_success);
|
qpdf_exit_success);
|
||||||
|
|
||||||
@ -75,9 +76,7 @@ main()
|
|||||||
|
|
||||||
do_run("{\"inputFile\": \"2pages.pdf\", \"showNpages\": \"\"}", qpdf_exit_success);
|
do_run("{\"inputFile\": \"2pages.pdf\", \"showNpages\": \"\"}", qpdf_exit_success);
|
||||||
do_run("{\"inputFile\": \"warning.pdf\", \"showNpages\": \"\"}", qpdf_exit_warning);
|
do_run("{\"inputFile\": \"warning.pdf\", \"showNpages\": \"\"}", qpdf_exit_warning);
|
||||||
do_run(
|
do_run("{\"inputFile\": \"missing.pdf\", \"showNpages\": \"\"}", qpdf_exit_error);
|
||||||
|
|
||||||
"{\"inputFile\": \"missing.pdf\", \"showNpages\": \"\"}", qpdf_exit_error);
|
|
||||||
do_run(
|
do_run(
|
||||||
"{\"inputFile\": \"attach.pdf\","
|
"{\"inputFile\": \"attach.pdf\","
|
||||||
" \"showAttachment\": \"a\"}",
|
" \"showAttachment\": \"a\"}",
|
||||||
|
Binary file not shown.
Loading…
Reference in New Issue
Block a user