]> git.ipfire.org Git - thirdparty/cups.git/blob - everywhere/bonjour-access-tests.test
Don't create the full name twice (<rdar://problem/23144358>)
[thirdparty/cups.git] / everywhere / bonjour-access-tests.test
1 #
2 # "$Id$"
3 #
4 # IPP Everywhere Printer Self-Certification Manual 1.0: Section 5: Bonjour Tests.
5 #
6 # Copyright 2014-2015 by The Printer Working Group.
7 # Copyright 2007-2013 by Apple Inc.
8 # Copyright 2001-2006 by Easy Software Products. All rights reserved.
9 #
10 # These coded instructions, statements, and computer programs are the
11 # property of Apple Inc. and are protected by Federal copyright
12 # law. Distribution and use rights are outlined in the file "LICENSE.txt"
13 # which should have been included with this file. If this file is
14 # file is missing or damaged, see the license at "http://www.cups.org/".
15 #
16 # Usage:
17 #
18 # ./ipptool -tI printer-uri bonjour-access-tests.test
19 #
20
21 FILE-ID "org.pwg.ipp-everywhere.20151009.bonjour"
22
23 {
24 # The name of the test...
25 NAME "Validate access using Get-Printer-Attributes"
26
27 # The operation to use
28 OPERATION Get-Printer-Attributes
29
30 # Attributes, starting in the operation group...
31 GROUP operation-attributes-tag
32 ATTR charset attributes-charset utf-8
33 ATTR language attributes-natural-language en
34 ATTR uri printer-uri $uri
35
36 # What statuses are OK?
37 STATUS successful-ok
38 }
39
40 #
41 # End of "$Id$".
42 #