istopwg / ippeveselfcert

IPP Everywhere Printer Self-Certification Tools
https://www.pwg.org/ipp/everywhere.html
Apache License 2.0
21 stars 6 forks source link

ipp-tests.test: "document-number" member of "overrides-supported" should be "document-numbers" #15

Closed wifiprintguy closed 7 years ago

wifiprintguy commented 7 years ago

On line 318 of "ipp-tests.test" and "ipp-tests.test.in", the line:

EXPECT overrides-supported OF-TYPE keyword IN-GROUP printer-attributes-tag WITH-VALUE "document-number" IF-DEFINED HAVE_PDF

ought to instead read:

EXPECT overrides-supported OF-TYPE keyword IN-GROUP printer-attributes-tag WITH-VALUE "document-numbers" IF-DEFINED HAVE_PDF

since the member of "overrides" / "overrides-supported" is "document-numbers" according to the IANA registry and PWG 5100.6.

Reported by Eren Rodriguez from HP Inc.