Commit 630883095ff3b48a70c65421fdc8608ac1e43f88
1 parent
9ac249e7
update test suite to handle original object ID comments
git-svn-id: svn+q:///qpdf/trunk@665 71b93d88-0707-0410-a8cf-f5a4172ac649
Showing
1 changed file
with
2 additions
and
1 deletions
examples/qtest/mod-info.test
| ... | ... | @@ -87,7 +87,8 @@ sub run_and_cmp |
| 87 | 87 | {$td->STRING => $out, |
| 88 | 88 | $td->EXIT_STATUS => 0}); |
| 89 | 89 | $td->runtest("$dsc output", |
| 90 | - {$td->COMMAND => "$qpdf --static-id -qdf $fout -"}, | |
| 90 | + {$td->COMMAND => "$qpdf --static-id" . | |
| 91 | + " --no-original-object-ids -qdf $fout -"}, | |
| 91 | 92 | {$td->FILE => $fexp, |
| 92 | 93 | $td->EXIT_STATUS => 0}); |
| 93 | 94 | } | ... | ... |