Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the File-DesktopEntry CPAN distribution.

Report information
The Basics
Id: 45669
Status: resolved
Priority: 0/
Queue: File-DesktopEntry

People
Owner: MICHIELB [...] cpan.org
Requestors: AZED [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 0.04
Fixed in: (no value)



Subject: Test failure under StrawberryPerl 5.10.0.5
The following test fails: t\02_DesktopEntry.t .. 1/30 # Failed test 'parse_Exec works with %U' # at t\02_DesktopEntry.t line 114. # got: 'fooview %foo file://C:/usr/share http://cpan.org' # expected: 'fooview %foo file:///usr/share http://cpan.org' # Failed test 'parse_Exec works with %U - list context' # at t\02_DesktopEntry.t line 118. # Structures begin differing at: # $got->[2] = 'file://C:/usr/share' # $expected->[2] = 'file:///usr/share' # Looks like you failed 2 tests of 30. It looks like some special handling may be needed for Windows-based directory structures.
On Sun May 03 10:02:18 2009, AZED wrote: Show quoted text
> The following test fails: > > t\02_DesktopEntry.t .. 1/30 > # Failed test 'parse_Exec works with %U' > # at t\02_DesktopEntry.t line 114. > # got: 'fooview %foo file://C:/usr/share http://cpan.org' > # expected: 'fooview %foo file:///usr/share http://cpan.org' > > # Failed test 'parse_Exec works with %U - list context' > # at t\02_DesktopEntry.t line 118. > # Structures begin differing at: > # $got->[2] = 'file://C:/usr/share' > # $expected->[2] = 'file:///usr/share' > # Looks like you failed 2 tests of 30. > > It looks like some special handling may be needed for Windows-based > directory structures.
Thanks for the bug report. There is now a new release (0.05) which tests correctly on Windows. -- Michiel