Commit a39e29fb963f7a1713f433361f7fd6d9bb7550a4
1 parent
6f2bd7eb
fix some file names
git-svn-id: svn+q:///qpdf/trunk@992 71b93d88-0707-0410-a8cf-f5a4172ac649
Showing
3 changed files
with
2 additions
and
2 deletions
qpdf/qtest/qpdf.test
| ... | ... | @@ -103,14 +103,14 @@ $td->runtest("replace stream data", |
| 103 | 103 | $td->NORMALIZE_NEWLINES); |
| 104 | 104 | $td->runtest("check output", |
| 105 | 105 | {$td->FILE => "a.pdf"}, |
| 106 | - {$td->FILE => "replaced-stream-data.out"}); | |
| 106 | + {$td->FILE => "replaced-stream-data.pdf"}); | |
| 107 | 107 | $td->runtest("replace stream data compressed", |
| 108 | 108 | {$td->COMMAND => "test_driver 8 qstream.pdf"}, |
| 109 | 109 | {$td->FILE => "test8.out", $td->EXIT_STATUS => 0}, |
| 110 | 110 | $td->NORMALIZE_NEWLINES); |
| 111 | 111 | $td->runtest("check output", |
| 112 | 112 | {$td->FILE => "a.pdf"}, |
| 113 | - {$td->FILE => "replaced-stream-data-flate.out"}); | |
| 113 | + {$td->FILE => "replaced-stream-data-flate.pdf"}); | |
| 114 | 114 | $td->runtest("new streams", |
| 115 | 115 | {$td->COMMAND => "test_driver 9 minimal.pdf"}, |
| 116 | 116 | {$td->FILE => "test9.out", $td->EXIT_STATUS => 0}, | ... | ... |
qpdf/qtest/qpdf/replaced-stream-data-flate.out renamed to qpdf/qtest/qpdf/replaced-stream-data-flate.pdf
No preview for this file type
qpdf/qtest/qpdf/replaced-stream-data.out renamed to qpdf/qtest/qpdf/replaced-stream-data.pdf