Commit 6f216135ab0f4791a081614edcc1a686c1315f58
1 parent
63088309
fix test count
git-svn-id: svn+q:///qpdf/trunk@666 71b93d88-0707-0410-a8cf-f5a4172ac649
Showing
1 changed file
with
1 additions
and
1 deletions
qpdf/qtest/qpdf.test
| @@ -286,7 +286,7 @@ show_ntests(); | @@ -286,7 +286,7 @@ show_ntests(); | ||
| 286 | # ---------- | 286 | # ---------- |
| 287 | $td->notify("--- Object Stream Tests ---"); | 287 | $td->notify("--- Object Stream Tests ---"); |
| 288 | $n_tests += (36 * 4) + (12 * 2); | 288 | $n_tests += (36 * 4) + (12 * 2); |
| 289 | -$n_compare_pdfs += 36 + 12; | 289 | +$n_compare_pdfs += 36; |
| 290 | 290 | ||
| 291 | for (my $n = 16; $n <= 19; ++$n) | 291 | for (my $n = 16; $n <= 19; ++$n) |
| 292 | { | 292 | { |