Commit 99393e6ab7d841ec76f38269dfc182c156c4d8c1
1 parent
03bc6535
Shorten coverage case name
This is so it will fit on one line after a qtest upgrade allows us to split lines.
Showing
2 changed files
with
2 additions
and
2 deletions
libqpdf/QPDFFormFieldObjectHelper.cc
| ... | ... | @@ -479,7 +479,7 @@ QPDFFormFieldObjectHelper::setRadioButtonValue(QPDFObjectHandle name) |
| 479 | 479 | AP = grandkid.getKey("/AP"); |
| 480 | 480 | if (! AP.isNull()) |
| 481 | 481 | { |
| 482 | - QTC::TC("qpdf", "QPDFFormFieldObjectHelper radio button grandkid widget"); | |
| 482 | + QTC::TC("qpdf", "QPDFFormFieldObjectHelper radio button grandkid"); | |
| 483 | 483 | annot = grandkid; |
| 484 | 484 | break; |
| 485 | 485 | } | ... | ... |
qpdf/qpdf.testcov
| ... | ... | @@ -380,7 +380,7 @@ QPDFPageDocumentHelper indirect as resources 0 |
| 380 | 380 | QPDFAnnotationObjectHelper forbidden flags 0 |
| 381 | 381 | QPDFAnnotationObjectHelper missing required flags 0 |
| 382 | 382 | QPDFFormFieldObjectHelper set parent radio button 0 |
| 383 | -QPDFFormFieldObjectHelper radio button grandkid widget 0 | |
| 383 | +QPDFFormFieldObjectHelper radio button grandkid 0 | |
| 384 | 384 | QPDFFormFieldObjectHelper turn on radio button 0 |
| 385 | 385 | QPDFFormFieldObjectHelper turn off radio button 0 |
| 386 | 386 | QPDFFormFieldObjectHelper checkbox kid widget 0 | ... | ... |