Skip Menu |

This queue is for tickets about the Geo-Coder-Google CPAN distribution.

Report information
The Basics
Id: 78537
Status: resolved
Priority: 0/
Queue: Geo-Coder-Google

People
Owner: Nobody in particular
Requestors: MRDVT [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: 0.10
Fixed in: (no value)



Subject: Tests depend on changing data will be a nightmare to maintain
# Failed test at t/01_v2_live.t line 36. Wide character in print at /usr/lib/perl5/5.10.0/Test/Builder.pm line 1472. # got: 'BÄohorská 1685/80, 169 00 Prague-Prague 6, Czech Republic' # expected: 'BÄohorská 1685/80, 162 00 Prague 6-BÅevnov, Czech Republic' I would recommend that you include data that is likely to change in a test script that is not part of the package. You could also disable any external http requests unless the ENV {"RUN_ALL_TESTS"} is true.
live tests are off by default, env var required to turn them on. shipped 0.11 On Mon Jul 23 09:39:53 2012, MRDVT wrote: Show quoted text
> > > # Failed test at t/01_v2_live.t line 36. > Wide character in print at /usr/lib/perl5/5.10.0/Test/Builder.pm line > 1472. > # got: 'BÄohorská 1685/80, 169 00 Prague-Prague 6, Czech > Republic' > # expected: 'BÄohorská 1685/80, 162 00 Prague 6-BÅevnov, Czech > Republic' > > > I would recommend that you include data that is likely to change in a > test script that is not part of the package. > > You could also disable any external http requests unless the ENV > {"RUN_ALL_TESTS"} is true.