]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - test/4.1-requests.test
Merge changes from CUPS 1.4svn-r8252.
[thirdparty/cups.git] / test / 4.1-requests.test
index fc4697b057ba23c63df4cf6c05bdecb5187aaafa..fbd2a97f500b97adfa53a71117550a5454ba34c8 100644 (file)
        EXPECT attributes-charset
        EXPECT attributes-natural-language
 }
+{
+       # The name of the test...
+       NAME "Bad IPP Version"
+
+       # The operation to use
+       OPERATION get-jobs
+
+       # The version number to use
+       VERSION 0.0
+
+       # The attributes to send
+       GROUP operation
+       ATTR charset attributes-charset utf-8
+       ATTR language attributes-natural-language en
+       ATTR uri printer-uri ipp://localhost/printers
+
+       # What statuses are OK?
+       STATUS server-error-version-not-supported
+}
 #
 # End of "$Id: 4.1-requests.test 8144 2008-11-19 19:23:12Z mike $"
 #