Fix typos in coverage cases

This commit is contained in:
Jay Berkenbilt 2021-02-28 17:29:47 -05:00
parent fa2516df71
commit b444ab3352
2 changed files with 4 additions and 4 deletions

View File

@ -76,12 +76,12 @@ QPDFAnnotationObjectHelper::getAppearanceStream(
QPDFObjectHandle ap_sub_val = ap_sub.getKey(desired_state); QPDFObjectHandle ap_sub_val = ap_sub.getKey(desired_state);
if (ap_sub_val.isStream()) if (ap_sub_val.isStream())
{ {
QTC::TC("qpdf", "QPDFAnnotationObjectHelper AN sub stream"); QTC::TC("qpdf", "QPDFAnnotationObjectHelper AP sub stream");
return ap_sub_val; return ap_sub_val;
} }
} }
} }
QTC::TC("qpdf", "QPDFAnnotationObjectHelper AN null"); QTC::TC("qpdf", "QPDFAnnotationObjectHelper AP null");
return QPDFObjectHandle::newNull(); return QPDFObjectHandle::newNull();
} }

View File

@ -343,8 +343,8 @@ QPDFAnnotationObjectHelper AS present 0
QPDFAnnotationObjectHelper AS absent 0 QPDFAnnotationObjectHelper AS absent 0
QPDFAnnotationObjectHelper AP stream 0 QPDFAnnotationObjectHelper AP stream 0
QPDFAnnotationObjectHelper AP dictionary 0 QPDFAnnotationObjectHelper AP dictionary 0
QPDFAnnotationObjectHelper AN sub stream 0 QPDFAnnotationObjectHelper AP sub stream 0
QPDFAnnotationObjectHelper AN null 0 QPDFAnnotationObjectHelper AP null 0
QPDFAcroFormDocumentHelper fields not array 0 QPDFAcroFormDocumentHelper fields not array 0
QPDFAcroFormDocumentHelper orphaned widget 0 QPDFAcroFormDocumentHelper orphaned widget 0
QPDFAcroFormDocumentHelper direct field 0 QPDFAcroFormDocumentHelper direct field 0