Hi there,

in preparation of the relase I am running the test framework against recent httpd 2.4.x head.

I am seeing test failures in t/apache/pr64339.t:

# testing : content-type header test for /doc.xml
# expected: 'application/xml; charset=utf-8'
# received: 'application/xml;charset=utf-8'
not ok 2
# testing : content test for /doc.xml
# expected: 'fóó
# '
# received: 'fÃ<83>³Ã<83>³
# '
not ok 3

and the same for tests 5 and 6.

The header differences are hopefully easy to fix, probably in adjusting the expected test response?

Unfortunately I have no idea, why the other test fails. Maybe related to the header differences, it seems the received answer has more (double?) bytes than expected, so might be an encoding issue? It might also be a question, how the local perl interpretes the bytes in the test file respectively received via the net.

Am I the only one seeing this issue?

Best regards,

Rainer

Reply via email to