Commit a27b46659802877d990fc316421325527c4d4561
1 parent
ad0ab25d
typo
git-svn-id: svn+q:///qpdf/trunk@833 71b93d88-0707-0410-a8cf-f5a4172ac649
Showing
1 changed file
with
2 additions
and
2 deletions
qpdf/qtest/qpdf.test
| ... | ... | @@ -830,7 +830,7 @@ my @encrypted_files = |
| 830 | 830 | ['long-password', 'asdf asdf asdf asdf asdf asdf qwer'], |
| 831 | 831 | ['long-password', 'asdf asdf asdf asdf asdf asdf qw']); |
| 832 | 832 | |
| 833 | -$n_tests += 3 + (2 * (@encrypted_files)) + (6 * (@encrypted_files - 3)) + 0; | |
| 833 | +$n_tests += 3 + (2 * (@encrypted_files)) + (6 * (@encrypted_files - 3)) + 9; | |
| 834 | 834 | |
| 835 | 835 | $td->runtest("encrypted file", |
| 836 | 836 | {$td->COMMAND => "test_driver 2 U25A0.pdf"}, |
| ... | ... | @@ -1243,7 +1243,7 @@ sub calc_ntests |
| 1243 | 1243 | |
| 1244 | 1244 | sub show_ntests |
| 1245 | 1245 | { |
| 1246 | - if (0) | |
| 1246 | + if (1) | |
| 1247 | 1247 | { |
| 1248 | 1248 | $td->emphasize("tests so far: ". calc_ntests()); |
| 1249 | 1249 | } | ... | ... |