IPP> Basic test script

IPP> Basic test script

Yuji Sasaki sasaki at jci.co.jp
Thu Sep 17 18:27:32 EDT 1998


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 at jci.co.jp
Personal E-Mail:crazy17 at ibm.net
Nifty-Serve    :PFG02524 at 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?



More information about the Ipp mailing list