2
1
mirror of https://github.com/qpdf/qpdf.git synced 2024-12-22 19:08:59 +00:00

fix test count

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

View File

@ -286,7 +286,7 @@ show_ntests();
# ----------
$td->notify("--- Object Stream Tests ---");
$n_tests += (36 * 4) + (12 * 2);
$n_compare_pdfs += 36 + 12;
$n_compare_pdfs += 36;
for (my $n = 16; $n <= 19; ++$n)
{