Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
wifiprintguy opened this issue May 27, 2022 · 1 comment
Milestone

Comments

@wifiprintguy
Copy link
Collaborator

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.

@wifiprintguy
Copy link
Collaborator Author

wifiprintguy commented May 27, 2022

We discussed this at the May 2022 F2F so wanted to get it in the system. This is not necessary for 1.1 Update 4. If we do an Update 5 let's do this then, or wait till 2.0.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants