]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - test/get-devices.test
Move example ipptool files to the examples directory.
[thirdparty/cups.git] / test / get-devices.test
diff --git a/test/get-devices.test b/test/get-devices.test
deleted file mode 100644 (file)
index c31a1b1..0000000
+++ /dev/null
@@ -1,21 +0,0 @@
-# Get devices using CUPS-get-devices
-{
-       # The name of the test...
-       NAME "Get devices using CUPS-get-devices"
-
-       # The resource to use for the POST
-       # RESOURCE /admin
-
-       # The operation to use
-       OPERATION CUPS-get-devices
-
-       # 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
-       STATUS successful-ok-ignored-or-substituted-attributes
-}