2
1
mirror of https://github.com/qpdf/qpdf.git synced 2024-06-10 14:12:26 +00:00

update test suite to handle original object ID comments

git-svn-id: svn+q:///qpdf/trunk@665 71b93d88-0707-0410-a8cf-f5a4172ac649
This commit is contained in:
Jay Berkenbilt 2009-03-09 16:57:37 +00:00
parent 9ac249e7e7
commit 630883095f

View File

@ -87,7 +87,8 @@ sub run_and_cmp
{$td->STRING => $out, {$td->STRING => $out,
$td->EXIT_STATUS => 0}); $td->EXIT_STATUS => 0});
$td->runtest("$dsc output", $td->runtest("$dsc output",
{$td->COMMAND => "$qpdf --static-id -qdf $fout -"}, {$td->COMMAND => "$qpdf --static-id" .
" --no-original-object-ids -qdf $fout -"},
{$td->FILE => $fexp, {$td->FILE => $fexp,
$td->EXIT_STATUS => 0}); $td->EXIT_STATUS => 0});
} }