aboutsummaryrefslogtreecommitdiffstats
path: root/qpdf
diff options
context:
space:
mode:
Diffstat (limited to 'qpdf')
-rw-r--r--qpdf/qtest/qpdf/button-set-out.pdf6
-rw-r--r--qpdf/qtest/qpdf/button-set.pdf2
-rw-r--r--qpdf/test_driver.cc4
3 files changed, 7 insertions, 5 deletions
diff --git a/qpdf/qtest/qpdf/button-set-out.pdf b/qpdf/qtest/qpdf/button-set-out.pdf
index b7ceae01..d08f4586 100644
--- a/qpdf/qtest/qpdf/button-set-out.pdf
+++ b/qpdf/qtest/qpdf/button-set-out.pdf
@@ -122,7 +122,7 @@ endobj
>>
/P 15 0 R
/T (checkbox1)
- /V /Yes
+ /V /Yup
>>
endobj
@@ -589,10 +589,10 @@ endobj
/AP <<
/N <<
/Off 64 0 R
- /Yes 66 0 R
+ /Yup 66 0 R
>>
>>
- /AS /Yes
+ /AS /Yup
/F 4
/Rect [
118.649
diff --git a/qpdf/qtest/qpdf/button-set.pdf b/qpdf/qtest/qpdf/button-set.pdf
index fe96f336..ca65395f 100644
--- a/qpdf/qtest/qpdf/button-set.pdf
+++ b/qpdf/qtest/qpdf/button-set.pdf
@@ -3481,7 +3481,7 @@ endobj
/AP <<
/N <<
/Off 24 0 R
- /Yes 26 0 R
+ /Yup 26 0 R
>>
>>
/AS /Off
diff --git a/qpdf/test_driver.cc b/qpdf/test_driver.cc
index 28d8062c..e7451576 100644
--- a/qpdf/test_driver.cc
+++ b/qpdf/test_driver.cc
@@ -1942,7 +1942,9 @@ test_51(QPDF& pdf, char const* arg2)
} else if (Tval == "checkbox1") {
std::cout << "turning checkbox1 on\n";
QPDFFormFieldObjectHelper foh(field);
- foh.setV(QPDFObjectHandle::newName("/Yes"));
+ // The value that eventually gets set is based on what's allowed in /N and may not match
+ // this value.
+ foh.setV(QPDFObjectHandle::newName("/Sure"));
} else if (Tval == "checkbox2") {
std::cout << "turning checkbox2 off\n";
QPDFFormFieldObjectHelper foh(field);