Skip to content

document-tests.test: Convert all uses of Print-Job to instead use Create-Job / Send-Document #90

Description

@wifiprintguy

Most modern Clients use a Create-Job operation followed by one or more Send-Document operations instead of the now deprecated Print-Job operation to submit a Job to a Printer. Unfortunately, the tests/document-tests.test file almost exclusively uses Print-Job. For testing printing, this means the IPP Everywhere Self-Certification is testing using an operation that isn't widely used in real world scenarios.

Convert all tests that use Print-Job to use Create-Job and Send-Document. This means the test count will double, but it really ought to be done.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions