Subject: | Fails t/30charenc.t test in v3.14 |
$ prove -vbl t/30charenc.t
t/30charenc.t ..
1..12
ok 1 - An object of class 'XML::Compile::SOAP11::Client' isa 'XML::Compile::SOAP11::Client'
ok 2 - got writer
ok 3 - got reader
ok 4 - test_string is utf8
ok 5 - An object of class 'HTTP::Request' isa 'HTTP::Request'
not ok 6
# Failed test at t/30charenc.t line 69.
# got: 'text/xml; charset=utf-8'
# expected: 'text/xml; charset="utf-8"'
ok 7 - decoded_content is utf8
ok 8 - expect is utf8
ok 9 - request content
ok 10 - call succeeded
ok 11 - got result
ok 12 - result is utf8
# Looks like you failed 1 test of 12.
Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/12 subtests
Test Summary Report
-------------------
t/30charenc.t (Wstat: 256 Tests: 12 Failed: 1)
Failed test: 6
Non-zero exit status: 1
Files=1, Tests=12, 0 wallclock secs ( 0.03 usr 0.00 sys + 0.17 cusr 0.02 csys = 0.22 CPU)
Result: FAIL