-
Notifications
You must be signed in to change notification settings - Fork 464
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
Add EXPECT-ALL directive to ipptool #4469
Comments
CUPS.org User: mike Fixed in Subversion repository. |
"str4469.patch": Index: man/ipptool.man--- man/ipptool.man (revision 12483) Index: man/ipptoolfile.man--- man/ipptoolfile.man (revision 12483) Index: test/ipptool.c--- test/ipptool.c (revision 12483)
memset(last_expect, 0, sizeof(_cups_expect_t));
@@ -2938,192 +2942,196 @@
- }
- repeat_test = 1;
- }
- IPP_TAG_ZERO);
- set_variable(outfile, vars, expect->define_match, "1");
- }
|
Version: 2.1-feature
CUPS.org User: mike
The IPP Everywhere test suite could use an EXPECT-ALL directive to iterate over all matches of a given attribute (vs. all value of an attribute).
The text was updated successfully, but these errors were encountered: