]> git.ipfire.org Git - thirdparty/cups.git/blame - test/create-printer-subscription.test
Merge changes from CUPS 1.6svn-r10024.
[thirdparty/cups.git] / test / create-printer-subscription.test
CommitLineData
d1c13e16 1#
aaf19ab0 2# "$Id$"
d1c13e16 3#
aaf19ab0 4# Create a printer subscription.
d1c13e16 5#
aaf19ab0
MS
6# Copyright 2007-2010 by Apple Inc.
7# Copyright 2001-2006 by Easy Software Products. All rights reserved.
8#
9# These coded instructions, statements, and computer programs are the
10# property of Apple Inc. and are protected by Federal copyright
11# law. Distribution and use rights are outlined in the file "LICENSE.txt"
12# which should have been included with this file. If this file is
13# file is missing or damaged, see the license at "http://www.cups.org/".
14#
15# Usage:
16#
17# ./ipptool -d recipient=uri printer-uri create-printer-subscription.test
18#
19
20
d1c13e16
MS
21{
22 # The name of the test...
aaf19ab0 23 NAME "Create a printer subscription"
d1c13e16
MS
24
25 # The operation to use
26 OPERATION Create-Printer-Subscription
d1c13e16
MS
27
28 # The attributes to send
aaf19ab0 29 GROUP operation-attributes-tag
d1c13e16
MS
30 ATTR charset attributes-charset utf-8
31 ATTR language attributes-natural-language en
32 ATTR uri printer-uri $uri
33
aaf19ab0
MS
34 GROUP subscription-attributes-tag
35 ATTR uri notify-recipient $recipient
d1c13e16
MS
36 ATTR keyword notify-events printer-state-changed
37
38 # What statuses are OK?
39 STATUS successful-ok
40
41 # What attributes do we expect?
aaf19ab0 42 EXPECT notify-subscription-id OF-TYPE integer WITH-VALUE >0
d1c13e16
MS
43 DISPLAY notify-subscription-id
44}
45
aaf19ab0 46
d1c13e16 47#
aaf19ab0 48# End of "$Id$"
d1c13e16 49#