]> git.ipfire.org Git - thirdparty/cups.git/commit - cups/file.c
Fix some output issues in ipptool introduced by migrating to the cupsFile API.
authorMichael Sweet <michael.r.sweet@gmail.com>
Fri, 16 Jun 2017 21:04:07 +0000 (17:04 -0400)
committerMichael Sweet <michael.r.sweet@gmail.com>
Fri, 16 Jun 2017 21:04:07 +0000 (17:04 -0400)
commit35fc22437040f2051ba5c9ff0c82d65da7219a98
treefe23531497ff22facecf7799896f8c2d8f4116a7
parent2a75f21b6a90dcb02b7333d3c17fd08a1c89a93e
Fix some output issues in ipptool introduced by migrating to the cupsFile API.

Have cupsFilePuts and cupsFilePrintf flush output on stdio files (keeps with
expectations when moving from stdio calls).

Update IPP tests to point to the right specs and sections, and fix IPP/1.1
tests WRT job progress attributes (which can have "no-value" out of band values
instead of integers).

Add an "lpstat -e" test.

Update test output to conform to HTML 5.

Copy all log files to HTML report and test directory.

Clean out old log and report files in test directory after a failed run.
cups/file.c
test/5.4-lpstat.sh
test/ipp-1.1.test
test/ipp-2.0.test
test/ipp-2.1.test
test/ipp-2.2.test
test/ipp-everywhere.test
test/ipptool.c
test/run-stp-tests.sh
test/str-header.html
test/str-trailer.html