Skip Menu |

This queue is for tickets about the Archive-Extract CPAN distribution.

Report information
The Basics
Id: 20829
Status: resolved
Priority: 0/
Queue: Archive-Extract

People
Owner: Nobody in particular
Requestors: alexchorny [...] gmail.com
Cc:
AdminCc:

Bug Information
Severity: Critical
Broken in: (no value)
Fixed in: (no value)



Subject: test failure on Win32: no bunzip2?
Archive::Extract 0.11_01. I have no bunzip2. ok 68 - The object isa Archive::Extract ok 69 - Archive type recognized properly # Failed test 'extract() for 'x.bz2' reports success' # in t/01_Archive-Extract.t at line 222. # Failed test 'Found correct number of output files' # in t/01_Archive-Extract.t at line 233. # got: '0' # expected: '1' Modification of non-creatable array value attempted, subscript -1 at t/01_Archive-Extract.t line 235. not ok 70 - extract() for 'x.bz2' reports success not ok 71 - Found correct number of output files # Looks like you failed 2 tests of 71. # Looks like your test died just after 71. ------- Alexandr Ciornii, http://chorny.net
Subject: test failure on Win32: no bunzip2?
Archive::Extract 0.11_01. I have no bunzip2. ok 68 - The object isa Archive::Extract ok 69 - Archive type recognized properly # Failed test 'extract() for 'x.bz2' reports success' # in t/01_Archive-Extract.t at line 222. # Failed test 'Found correct number of output files' # in t/01_Archive-Extract.t at line 233. # got: '0' # expected: '1' Modification of non-creatable array value attempted, subscript -1 at t/01_Archive-Extract.t line 235. not ok 70 - extract() for 'x.bz2' reports success not ok 71 - Found correct number of output files # Looks like you failed 2 tests of 71. # Looks like your test died just after 71. ------- Alexandr Ciornii, http://chorny.net
On Thu Aug 03 06:24:08 2006, alexchorny@gmail.com wrote: Show quoted text
> Archive::Extract 0.11_01. I have no bunzip2. > > ok 68 - The object isa Archive::Extract > ok 69 - Archive type recognized properly > > # Failed test 'extract() for 'x.bz2' reports success' > # in t/01_Archive-Extract.t at line 222.
The test suite wasn't detecting the skip conditions for bunzip2 properly. This has now been fixed. I'll be releasign an 0.11_02 shortly which i hope you'll be able to test again. Thanks for reporting, Jos