2
1
mirror of https://github.com/qpdf/qpdf.git synced 2024-06-06 04:10:52 +00:00

Rename test file

This commit is contained in:
Jay Berkenbilt 2019-01-03 12:52:26 -05:00
parent ca94ac68d9
commit 87f855dbfc
3 changed files with 2 additions and 2 deletions

View File

@ -1468,7 +1468,7 @@ $td->notify("--- Flatten Form/Annotations ---");
# form-filled-by-acrobat was filled in using the Acrobat Reader
# android app. One of its appearance streams is actually an image.
#
# need-appearances is based on form-field-types with manual edits to
# need-appearances is based on sample-form with manual edits to
# turn on NeedAppearances, change /V for a field, and add the comment
# annotation from comment-annotation.pdf. The test output includes a
# flattened version of the comment annotation but not of the form
@ -1478,7 +1478,7 @@ my @annotation_files = (
'form-filled-by-acrobat',
'comment-annotation',
'comment-annotation-direct',
'form-field-types',
'sample-form',
'need-appearances',
);
$n_tests += 2 * scalar(@annotation_files);