Subject: | make test fails on Mac OS X 10.5.2 |
When I was trying to install XML::Atom, the make test step fails, with the following three
subtests failing:
t/02-content.............
# Failed test in t/02-content.t at line 57.
# got: 'My name is 宮川.'
# expected: 'My name is 宮川.'
t/11-entry...............
# Failed test in t/11-entry.t at line 162.
# got:
'<p>日本語のフィード</p>'
# expected: '<p>日本語のフィード</p>'
t/18-unicode.............
# Failed test in t/18-unicode.t at line 34.
Wide character in print at /System/Library/Perl/5.8.8/Test/Builder.pm line 1199.
# got:
'<p>これは日本語のポス
トです。</p>'
# expected: '<p>これは日本語のポストです。</p>'
Maybe the problem is related to the different possibilities du mask Unicode charkters in
XML?
I use perl, v5.8.8 built for darwin-thread-multi-2level on Mac OS X 10.5.2 Build 9C31.
This seem to be a rather general problem, with Mac OS X, if you have a look at the tester
statistics on:
<http://cpantesters.perl.org/show/XML-Atom.html>