]> git.ipfire.org Git - thirdparty/cups.git/blame - test/get-jobs.test
Merge changes from CUPS 1.4svn-r8540.
[thirdparty/cups.git] / test / get-jobs.test
CommitLineData
f7deaa1a 1# Get list of jobs
2{
3 # The name of the test...
4 NAME "Get-Jobs"
5
6 # The resource to use for the POST
7 # RESOURCE /admin
8
9 # The operation to use
10 OPERATION Get-Jobs
11
12 # Attributes, starting in the operation group...
13 GROUP operation
14 ATTR charset attributes-charset utf-8
15 ATTR language attributes-natural-language en
16 ATTR uri printer-uri $uri
09a101d6 17# ATTR keyword which-jobs completed
f7deaa1a 18
19 # What statuses are OK?
20 STATUS successful-ok
21}