summaryrefslogtreecommitdiff
path: root/test/get-ppds-make-and-model.test
diff options
context:
space:
mode:
Diffstat (limited to 'test/get-ppds-make-and-model.test')
-rw-r--r--test/get-ppds-make-and-model.test21
1 files changed, 0 insertions, 21 deletions
diff --git a/test/get-ppds-make-and-model.test b/test/get-ppds-make-and-model.test
deleted file mode 100644
index c57b14736..000000000
--- a/test/get-ppds-make-and-model.test
+++ /dev/null
@@ -1,21 +0,0 @@
-# Get PPD files using CUPS-Get-PPDs and model
-{
- # The name of the test...
- NAME "Get PPD files using CUPS-Get-PPDs and model"
-
- # The resource to use for the POST
- # RESOURCE /admin
-
- # The operation to use
- OPERATION CUPS-Get-PPDs
-
- # 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
- ATTR text ppd-make-and-model $ENV[model]
-
- # What statuses are OK?
- STATUS successful-ok
-}