]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - test/print-job.test
Normalize --help usage for ippfind and ipptool (Issue #5326)
[thirdparty/cups.git] / test / print-job.test
index 3f89d1626baee3900f87239da67251bbb99d3ed6..079dfa5e60d6ca11a75baa3c210eb97ebe2e8f94 100644 (file)
@@ -1,26 +1,23 @@
 # Print a test page using print-job
 {
        # The name of the test...
-       NAME "Print JPEG file using print-job"
-
-       # The resource to use for the POST
-       # RESOURCE /admin
+       NAME "Print file using Print-Job"
 
        # The operation to use
-       OPERATION print-job
+       OPERATION Print-Job
 
        # 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
        ATTR name requesting-user-name $user
-       ATTR mimetype document-format image/jpeg
+       ATTR mimeMediaType document-format $filetype
 
-       GROUP job
+       GROUP job-attributes-tag
        ATTR integer copies 1
 
-       FILE testfile.jpg
+       FILE $filename
 
        # What statuses are OK?
        STATUS successful-ok