Skip Menu |

This queue is for tickets about the Log-Log4perl CPAN distribution.

Report information
The Basics
Id: 95739
Status: resolved
Priority: 0/
Queue: Log-Log4perl

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

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



Subject: 026FileApp.t fails on Windows
# Failed test at t/026FileApp.t line 481. # got: '511' # expected: '488' # Failed test at t/026FileApp.t line 485. # got: '438' # expected: '416' cannot unlink file for t\tmp\test26_1\test26.log: Permission denied at t/026FileApp.t line 52. cannot remove directory for t\tmp\test26_1: Directory not empty at t/026FileApp.t line 52. # Looks like you failed 2 tests of 26. t/026FileApp.t ............ Dubious, test returned 2 (wstat 512, 0x200) Failed 2/26 subtests (less 5 skipped subtests: 19 okay) -- Alexandr Ciornii, http://chorny.net
On Sat May 17 12:21:35 2014, CHORNY wrote: Show quoted text
> # Failed test at t/026FileApp.t line 481. > # got: '511' > # expected: '488'
Just merged a pull request that should fix this: https://github.com/mschilli/log4perl/pull/45 Thanks for reporting it!