Commit ca189800faa80c3666f0249c4c1b6868919c8880

Authored by Jay Berkenbilt
1 parent 513ed692

logger test: don't depend on zlib output

libtests/logger_c.c
... ... @@ -60,6 +60,7 @@ main()
60 60 do_run(
61 61 "{\"inputFile\": \"normal.pdf\","
62 62 " \"staticId\": \"\","
  63 + " \"streamData\": \"uncompress\","
63 64 " \"outputFile\": \"-\"}",
64 65 qpdf_exit_success);
65 66  
... ... @@ -75,9 +76,7 @@ main()
75 76  
76 77 do_run("{\"inputFile\": \"2pages.pdf\", \"showNpages\": \"\"}", qpdf_exit_success);
77 78 do_run("{\"inputFile\": \"warning.pdf\", \"showNpages\": \"\"}", qpdf_exit_warning);
78   - do_run(
79   -
80   - "{\"inputFile\": \"missing.pdf\", \"showNpages\": \"\"}", qpdf_exit_error);
  79 + do_run("{\"inputFile\": \"missing.pdf\", \"showNpages\": \"\"}", qpdf_exit_error);
81 80 do_run(
82 81 "{\"inputFile\": \"attach.pdf\","
83 82 " \"showAttachment\": \"a\"}",
... ...
libtests/qtest/logger/c-exp-save
1 1 Binary files a/libtests/qtest/logger/c-exp-save and b/libtests/qtest/logger/c-exp-save differ
... ...