Commit b444ab33529b88d4ebaba913923f474c3de2c21b

Authored by Jay Berkenbilt
1 parent fa2516df

Fix typos in coverage cases

libqpdf/QPDFAnnotationObjectHelper.cc
... ... @@ -76,12 +76,12 @@ QPDFAnnotationObjectHelper::getAppearanceStream(
76 76 QPDFObjectHandle ap_sub_val = ap_sub.getKey(desired_state);
77 77 if (ap_sub_val.isStream())
78 78 {
79   - QTC::TC("qpdf", "QPDFAnnotationObjectHelper AN sub stream");
  79 + QTC::TC("qpdf", "QPDFAnnotationObjectHelper AP sub stream");
80 80 return ap_sub_val;
81 81 }
82 82 }
83 83 }
84   - QTC::TC("qpdf", "QPDFAnnotationObjectHelper AN null");
  84 + QTC::TC("qpdf", "QPDFAnnotationObjectHelper AP null");
85 85 return QPDFObjectHandle::newNull();
86 86 }
87 87  
... ...
qpdf/qpdf.testcov
... ... @@ -343,8 +343,8 @@ QPDFAnnotationObjectHelper AS present 0
343 343 QPDFAnnotationObjectHelper AS absent 0
344 344 QPDFAnnotationObjectHelper AP stream 0
345 345 QPDFAnnotationObjectHelper AP dictionary 0
346   -QPDFAnnotationObjectHelper AN sub stream 0
347   -QPDFAnnotationObjectHelper AN null 0
  346 +QPDFAnnotationObjectHelper AP sub stream 0
  347 +QPDFAnnotationObjectHelper AP null 0
348 348 QPDFAcroFormDocumentHelper fields not array 0
349 349 QPDFAcroFormDocumentHelper orphaned widget 0
350 350 QPDFAcroFormDocumentHelper direct field 0
... ...