]> git.ipfire.org Git - thirdparty/cups.git/commitdiff
Use filename from command-line for test print.
authormike <mike@7a7537e8-13f0-0310-91df-b6672ffda945>
Mon, 9 Aug 2010 21:52:01 +0000 (21:52 +0000)
committermike <mike@7a7537e8-13f0-0310-91df-b6672ffda945>
Mon, 9 Aug 2010 21:52:01 +0000 (21:52 +0000)
git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@9229 7a7537e8-13f0-0310-91df-b6672ffda945

test/print-job.test

index 3f89d1626baee3900f87239da67251bbb99d3ed6..a830a1244966c72bf511d44d0928a522d0f173bb 100644 (file)
@@ -1,26 +1,22 @@
 # 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
 
-       GROUP job
+       GROUP job-attributes-tag
        ATTR integer copies 1
 
-       FILE testfile.jpg
+       FILE $filename
 
        # What statuses are OK?
        STATUS successful-ok