summaryrefslogtreecommitdiff
path: root/test/get-ppd-printer.test
diff options
context:
space:
mode:
authorjlovell <jlovell@a1ca3aef-8c08-0410-bb20-df032aa958be>2007-05-04 21:17:48 +0000
committerjlovell <jlovell@a1ca3aef-8c08-0410-bb20-df032aa958be>2007-05-04 21:17:48 +0000
commitb94498cfba64422f0f21181b0c51cc0bed7c7d92 (patch)
treee3bdd0e05380bc8996f35ddb5439ab9044298712 /test/get-ppd-printer.test
parent323c5de1e804061e344172cc9a9551bb0ee71005 (diff)
Load cups into easysw/current.
git-svn-id: svn+ssh://src.apple.com/svn/cups/easysw/current@321 a1ca3aef-8c08-0410-bb20-df032aa958be
Diffstat (limited to 'test/get-ppd-printer.test')
-rw-r--r--test/get-ppd-printer.test20
1 files changed, 20 insertions, 0 deletions
diff --git a/test/get-ppd-printer.test b/test/get-ppd-printer.test
new file mode 100644
index 000000000..4f723f88b
--- /dev/null
+++ b/test/get-ppd-printer.test
@@ -0,0 +1,20 @@
+# Get printer PPD file using CUPS-Get-PPD
+{
+ # The name of the test...
+ NAME "Get printer PPD file using CUPS-Get-PPD"
+
+ # The resource to use for the POST
+ # RESOURCE /admin
+
+ # The operation to use
+ OPERATION CUPS-Get-PPD
+
+ # Attributes, starting in the operation group...
+ GROUP operation
+ ATTR charset attributes-charset utf-8
+ ATTR language attributes-natural-language en
+ ATTR uri printer-uri $uri
+
+ # What statuses are OK?
+ STATUS successful-ok
+}