Subject: | Test 48_utf8.t fails for DBD-CSV-0.38 |
Date: | Wed, 26 Jun 2013 20:05:42 +0000 |
To: | "bug-DBD-CSV [...] rt.cpan.org" <bug-DBD-CSV [...] rt.cpan.org> |
From: | "Curtis Leach" <cleach [...] Caesars.com> |
Hi,
I’m trying to install your module for a 32-bit Strawberry Perl v8.16.3.1 installation running under Windows 7 (64-bit) OS and I’m getting the following error. I’d appreciate any help in getting this error resolved.
Looking at the list of modules referenced by 48_utf8.t, here are the versions.
Charnames v1.30
DBI v1.623
Text::CSV_XS v1.01
Encode v2.49
Test::More v0.98
# Failed test 'unencoded content 1'
# at t/48_utf8.t line 46.
Wide character in print at C:/strawberry/perl/lib/Test/Builder.pm line 1759.
# Structures begin differing at:
# $got->[1] = 'The Γÿâ is melting'
# $expected->[1] = 'The ☃ is melting'
# Failed test 'unencoded content 2'
# at t/48_utf8.t line 46.
Wide character in print at C:/strawberry/perl/lib/Test/Builder.pm line 1759.
# Structures begin differing at:
# $got->[1] = 'U2 should Γÿá'
# $expected->[1] = 'U2 should ☠'
# Failed test 'unencoded content 3'
# at t/48_utf8.t line 46.
Wide character in print at C:/strawberry/perl/lib/Test/Builder.pm line 1759.
# Structures begin differing at:
# $got->[1] = 'I ΓÖÑ my wife'
# $expected->[1] = 'I ♥ my wife'
# Failed test 'unencoded content 4'
# at t/48_utf8.t line 46.
Wide character in print at C:/strawberry/perl/lib/Test/Builder.pm line 1759.
# Structures begin differing at:
# $got->[1] = 'Unicode makes me Γÿ║'
# $expected->[1] = 'Unicode makes me ☺'
# Looks like you failed 4 tests of 46.
t/48_utf8.t ......... Dubious, test returned 4 (wstat 1024, 0x400)
Failed 4/46 subtests
t/50_chopblanks.t ... ok
t/51_commit.t ....... ok
t/60_misc.t ......... ok
t/70_csv.t .......... ok
t/71_csv-ext.t ...... ok
t/72_csv-schema.t ... ok
t/73_csv-case.t ..... ok
t/80_rt.t ........... ok
t/85_error.t ........ ok
Test Summary Report
-------------------
t/48_utf8.t (Wstat: 1024 Tests: 46 Failed: 4)
Failed tests: 25, 27, 29, 31
Non-zero exit status: 4
Files=24, Tests=727, 120 wallclock secs ( 0.48 usr + 0.52 sys = 1.00 CPU)
Result: FAIL
Failed 1/24 test programs. 4/727 subtests failed.
dmake: Error code 255, while making 'test_dynamic'
Thank you for your help.
Curtis