xproc/1.0-test-suite

Remove false negatives from http-request multipart tests

Opened this issue · 0 comments

ndw commented

When I upgraded to the latest HTTP Apache client, I began getting false positives on the http-request multipart tests. The problem is that the updated library sends Accept-Encoding headers that change the results but aren't actually relevant to the test.

Adding a filter step to remove the headers would focus the tests more explicitly.