IPP Mail Archive: IPP> Basic test script

IPP> Basic test script

Yuji Sasaki (sasaki@jci.co.jp)
Thu, 17 Sep 1998 15:27:32 -0700

While I was testing my IPP server with the Xerox test script(9/11 version),
I found problems:

(1) line 177
Should The expected status code for Validate-job operation with a
bogus-attribute and fidelity=false be "1" rather than "0"?

Expect Response \
status-code: 1, \
attributes: ( \
Operation: ( \
attributes-charset: utf-8, \
attributes-natural-language: en-us, \
... \
), \
Unsupported: ( \
bogus-attribute: * \
) \
)

(2) line 284
I think the print-job request with bogus-attribute and fidelity=false must
include job attribute group and a unsupported job templete attribute.

Print-Job \
target: $target, \
attributes: ( \
Operation: ( \
attributes-charset: utf-8, \
attributes-natural-language: en-us, \
ipp-attribute-fidelity: false, \
requesting-user-name: 'Joe Tester', \
job-name: 'Best Effort Job', \
document-name: 'Sample', \
document-format: 'application/postscript' \
), \
Job: ( \
bogus-attribute: 'value of bogus attribute' \
) \
), \
data: TheFileToPrint.ps \

Shouldn't they?
--------
Yuji Sasaki
Company E-Mail :sasaki@jci.co.jp
Personal E-Mail:crazy17@ibm.net
Nifty-Serve :PFG02524@niftyserve.or.jp

P.S Many mail addresses in recent mailing list becomes with double-at-mark,
like <ipp@@pwg.org>. Is something wrong with the mailing list system?