]> git.ipfire.org Git - thirdparty/cups.git/commitdiff
Don't do bogus URI print tests unless document-uri is set.
authormike <mike@7a7537e8-13f0-0310-91df-b6672ffda945>
Mon, 3 Oct 2011 21:31:45 +0000 (21:31 +0000)
committermike <mike@7a7537e8-13f0-0310-91df-b6672ffda945>
Mon, 3 Oct 2011 21:31:45 +0000 (21:31 +0000)
git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@10047 7a7537e8-13f0-0310-91df-b6672ffda945

CHANGES-IPPTOOL.txt
test/ipp-1.1.test

index aad45c12cd49ba165a9cf6bf4012facf8130e2e8..80b704647dfcf136ad5c35b32b6903acf4aa6bfc 100644 (file)
@@ -7,7 +7,8 @@ on cups.org.
 
 2011-10-03
 
-       - ipptool now supports no-value + regex checks
+       - Using OF-TYPE with the "no-value" or "unknown" out-of-band value tags
+         now works without special WITH-VALUE strings.
        - ipptool now shows an error when an attribute appears more than once
          within the same attribute group.
        - ipptool did not display attributes as specified by the DISPLAY
@@ -22,6 +23,9 @@ on cups.org.
          media sizes for the printing tests.
        - Updated the IPP/1.1 tests to accept "no-value" for media-default an
          orientation-requested-default.
+       - Updated the IPP/1.1 tests to accept "unknown" for job-state.
+       - Updated the IPP/1.1 tests to not perform the bogus URI printing tests
+         unless the "document-uri" variable is defined.
        - Updated the IPP/2.0 tests to properly validate media-col
          "media-xxx-supported" attributes.
        - Updated the IPP/2.2 tests to properly validate media-ready and
index 66ef6b1c66a7df6dac1cf1327102e63b90016965..8e789dcb64c15800469abb992e84a37d3cf11791 100644 (file)
@@ -958,6 +958,7 @@ DEFINE IPP_URI_SCHEME "/^ipps?://.+$$/"
 # Defined by: RFC 2911 section 3.2.2
 {
        SKIP-IF-NOT-DEFINED OPTIONAL_PRINT_URI
+       SKIP-IF-NOT-DEFINED document-uri
 
        NAME "Print-URI with bad URI: Print-URI Operation"
        OPERATION Print-URI
@@ -1193,6 +1194,7 @@ DEFINE IPP_URI_SCHEME "/^ipps?://.+$$/"
 {
        SKIP-IF-NOT-DEFINED OPTIONAL_CREATE_JOB
        SKIP-IF-NOT-DEFINED OPTIONAL_SEND_URI
+       SKIP-IF-NOT-DEFINED document-uri
        SKIP-PREVIOUS-ERROR yes
 
        NAME "Send-URI with bad URI: Send-URI Operation (bad URI)"