2
1
mirror of https://github.com/qpdf/qpdf.git synced 2024-06-03 10:50:53 +00:00

logger test: don't depend on zlib output

This commit is contained in:
Jay Berkenbilt 2023-12-19 08:25:29 -05:00
parent 513ed69234
commit ca189800fa
2 changed files with 2 additions and 3 deletions

View File

@ -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.