Skip Menu |

This queue is for tickets about the Test-Applify CPAN distribution.

Report information
The Basics
Id: 123402
Status: resolved
Priority: 0/
Queue: Test-Applify

People
Owner: KIWIROY [...] cpan.org
Requestors: SREZIC [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: 0.02
Fixed in: 0.03



Subject: Test failures with non-English locale
On some of my smokers with a non-English locale (here: a German locale) the t/file.t test fails: # Failed test 'no such file' # at t/file.t line 44. # 'Applify app not created (Datei oder Verzeichnis nicht gefunden) # ' # doesn't match '(?^:\(No such file or directory\))' coding error in ./t/coding-error-1.pl - app must be the last function called # Looks like you failed 1 test of 33. t/file.t ................... Dubious, test returned 1 (wstat 256, 0x100) Failed 1/33 subtests
On 2017-10-27 02:28:17, SREZIC wrote: Show quoted text
> On some of my smokers with a non-English locale (here: a German > locale) the t/file.t test fails: > > # Failed test 'no such file' > # at t/file.t line 44. > # 'Applify app not created (Datei oder Verzeichnis > nicht gefunden) > # ' > # doesn't match '(?^:\(No such file or directory\))' > coding error in ./t/coding-error-1.pl - app must be the last function > called > # Looks like you failed 1 test of 33. > t/file.t ................... > Dubious, test returned 1 (wstat 256, 0x100) > Failed 1/33 subtests
Probably this happens only for older perls (<5.22 or so).
On Fri Oct 27 03:07:31 2017, SREZIC wrote: Show quoted text
> On 2017-10-27 02:28:17, SREZIC wrote:
> > On some of my smokers with a non-English locale (here: a German > > locale) the t/file.t test fails: > > > > # Failed test 'no such file' > > # at t/file.t line 44. > > # 'Applify app not created (Datei oder Verzeichnis > > nicht gefunden) > > # ' > > # doesn't match '(?^:\(No such file or directory\))' > > coding error in ./t/coding-error-1.pl - app must be the last function > > called > > # Looks like you failed 1 test of 33. > > t/file.t ................... > > Dubious, test returned 1 (wstat 256, 0x100) > > Failed 1/33 subtests
> > Probably this happens only for older perls (<5.22 or so).
Thanks for the report. I have that fixed in 0.03 with is $! + 0, POSIX::ENOENT, References * http://matrix.cpantesters.org/?dist=Test-Applify+0.03 * https://git.io/vFEh8