Commit ca189800faa80c3666f0249c4c1b6868919c8880
1 parent
513ed692
logger test: don't depend on zlib output
Showing
2 changed files
with
2 additions
and
3 deletions
libtests/logger_c.c
| @@ -60,6 +60,7 @@ main() | @@ -60,6 +60,7 @@ main() | ||
| 60 | do_run( | 60 | do_run( |
| 61 | "{\"inputFile\": \"normal.pdf\"," | 61 | "{\"inputFile\": \"normal.pdf\"," |
| 62 | " \"staticId\": \"\"," | 62 | " \"staticId\": \"\"," |
| 63 | + " \"streamData\": \"uncompress\"," | ||
| 63 | " \"outputFile\": \"-\"}", | 64 | " \"outputFile\": \"-\"}", |
| 64 | qpdf_exit_success); | 65 | qpdf_exit_success); |
| 65 | 66 | ||
| @@ -75,9 +76,7 @@ main() | @@ -75,9 +76,7 @@ main() | ||
| 75 | 76 | ||
| 76 | do_run("{\"inputFile\": \"2pages.pdf\", \"showNpages\": \"\"}", qpdf_exit_success); | 77 | do_run("{\"inputFile\": \"2pages.pdf\", \"showNpages\": \"\"}", qpdf_exit_success); |
| 77 | do_run("{\"inputFile\": \"warning.pdf\", \"showNpages\": \"\"}", qpdf_exit_warning); | 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 | do_run( | 80 | do_run( |
| 82 | "{\"inputFile\": \"attach.pdf\"," | 81 | "{\"inputFile\": \"attach.pdf\"," |
| 83 | " \"showAttachment\": \"a\"}", | 82 | " \"showAttachment\": \"a\"}", |
libtests/qtest/logger/c-exp-save