]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - test/get-printer-attributes.test
Changelog.
[thirdparty/cups.git] / test / get-printer-attributes.test
index 79d4dfffa44986f215812fe0486230f3cf449657..5940017a02640b0303bceaa8b499cb594b781f4b 100644 (file)
@@ -1,16 +1,13 @@
 # Get printer attributes using get-printer-attributes
 {
        # The name of the test...
-       NAME "Get printer attributes using get-printer-attributes"
-
-       # The resource to use for the POST
-       # RESOURCE /admin
+       NAME "Get printer attributes using Get-Printer-Attributes"
 
        # The operation to use
-       OPERATION get-printer-attributes
+       OPERATION Get-Printer-Attributes
 
        # Attributes, starting in the operation group...
-       GROUP operation
+       GROUP operation-attributes-tag
        ATTR charset attributes-charset utf-8
        ATTR language attributes-natural-language en
        ATTR uri printer-uri $uri
        EXPECT ipp-versions-supported
        EXPECT natural-language-configured
        EXPECT operations-supported
-       EXPECT printer-info
+       EXPECT pdl-override-supported
        EXPECT printer-is-accepting-jobs
-       EXPECT printer-location
-       EXPECT printer-make-and-model
-       EXPECT printer-more-info
        EXPECT printer-name
        EXPECT printer-state
        EXPECT printer-state-reasons
        EXPECT printer-up-time
        EXPECT printer-uri-supported
+       EXPECT queued-job-count
        EXPECT uri-authentication-supported
        EXPECT uri-security-supported
-       EXPECT foo
 }