]> git.ipfire.org Git - thirdparty/cups.git/commit
The IPP/2.2 test file tested booleans against value "1" instead of "true", but
authorMichael R Sweet <michael.r.sweet@gmail.com>
Mon, 15 Apr 2019 16:11:36 +0000 (12:11 -0400)
committerMichael R Sweet <michael.r.sweet@gmail.com>
Mon, 15 Apr 2019 16:11:36 +0000 (12:11 -0400)
commitcebb2dcc2366501b5a25fcf084da7c7cecd16c09
tree37880dde2cb20ff5415bb7e8be618d97dc6fe64b
parent87854afe611575c0f12ff800e2bf5a2715081182
The IPP/2.2 test file tested booleans against value "1" instead of "true", but
ipptool was updated a while back to look for "true".

test/ipp-2.2.test:
- Change WITH-VALUE for booleans from '1' to 'true'

test/ipptool.c:
- Update with_value() to support both "true" and "1" for boolean true values.
test/ipp-2.2.test
test/ipptool.c