@ bo23.test - Test plan Section 2.3: Print Job interoperability matrix @ Version 1.3 @ Last revised by Xerox Corporation on 99-03-09. # Use submittedJobName symbol defined in MyDefs - TNH # Fixed title to show relationship to Test Plan - TNH # Copyright (c) 1998, 1999 by Xerox Corporation. All rights reserved. # User is granted the right to modify this file for use with # the IPP Server Test Tool, as described in the file # LICENSE-IppTest.txt. @ @ 2.3 Print Job interoperability matrix @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ @ # Each IPP Client/Test Tool will submit a simple print job to all # of the IPP Printers. The attributes in the request will be the # entire mandatory attributes and one optional attribute. The # mandatory attributes are attributes-charset, # attributes-natural-language and printer-uri. The optional # attribute will be job-name. For each IPP Client/Test Tool, the # results will be recorded in the table in section 4.4. # MyPrinterDefs should definde submittedJobName to identify client IfNDef submittedJobName Define Symbol submittedJobName 'Section 2.3 Job' EndIf Print-Job \ target: $target, \ attributes: ( \ Operation: ( \ attributes-charset: utf-8, \ attributes-natural-language: en-us, \ printer-uri: $target, \ job-name: $submittedJobName, \ ) \ ), \ data: $test-print-file Expect Response \ status-code: successful-ok, \ attributes: ( \ Operation: ( \ attributes-charset: utf-8, \ attributes-natural-language: *, \ ... \ ), \ Job: ( \ job-uri: *, \ job-id: *, \ job-state: *, \ ... \ ) \ ) @ @ For each IPP Client/Test Tool, the results will be recorded in @ the table in section 4.4. @