]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - test/create-printer-subscription.test
Normalize --help usage for ippfind and ipptool (Issue #5326)
[thirdparty/cups.git] / test / create-printer-subscription.test
index 91c98f7618fe1ee9155503ea70bcd32b731dd8d2..8f8d3e9aef023db581ee41d3f041a2634a5d5d94 100644 (file)
@@ -1,22 +1,8 @@
-#
-# "$Id$"
-#
-#   Create a printer subscription.
-#
-#   Copyright 2007-2013 by Apple Inc.
-#   Copyright 2001-2006 by Easy Software Products. All rights reserved.
-#
-#   These coded instructions, statements, and computer programs are the
-#   property of Apple Inc. and are protected by Federal copyright
-#   law.  Distribution and use rights are outlined in the file "LICENSE.txt"
-#   which should have been included with this file.  If this file is
-#   file is missing or damaged, see the license at "http://www.cups.org/".
+# Create a printer subscription.
 #
 # Usage:
 #
 #   ./ipptool [-d recipient=uri] printer-uri create-printer-subscription.test
-#
-
 {
        # The name of the test...
        NAME "Create a push printer subscription"
@@ -31,8 +17,8 @@
        ATTR language attributes-natural-language en
        ATTR uri printer-uri $uri
 
-        GROUP subscription-attributes-tag
-       ATTR uri notify-recipient $recipient
+       GROUP subscription-attributes-tag
+       ATTR uri notify-recipient-uri $recipient
        ATTR keyword notify-events printer-config-changed,printer-state-changed
 
        # What statuses are OK?
@@ -68,8 +54,3 @@
        EXPECT notify-subscription-id OF-TYPE integer WITH-VALUE >0
        DISPLAY notify-subscription-id
 }
-
-
-#
-# End of "$Id$"
-#