Skip Menu |

This queue is for tickets about the Class-DBI-AbstractSearch CPAN distribution.

Report information
The Basics
Id: 14935
Status: new
Priority: 0/
Queue: Class-DBI-AbstractSearch

People
Owner: Nobody in particular
Requestors: barbie [...] missbarbell.co.uk
Cc:
AdminCc:

Bug Information
Severity: Wishlist
Broken in: 0.05
Fixed in: (no value)



Subject: Windows & the dbtest in t/01_abstract.t
Windows has a hard time deleting files once they been opened in a process. As such rerunning the 'make test' command then emits failures. The fix is to add 'unlink $DB if -e $DB;' after the line setting the variable $DB. This is only applicable to automated testing, hence why this is on the wishlist.
Date: Thu, 6 Oct 2005 11:41:50 +0900
From: Tatsuhiko Miyagawa <miyagawa [...] gmail.com>
To: bug-Class-DBI-AbstractSearch [...] rt.cpan.org
Subject: Re: [cpan #14935] Windows & the dbtest in t/01_abstract.t
RT-Send-Cc:
Thanks, fixed as 0.07. On 10/5/05, via RT <bug-Class-DBI-AbstractSearch@rt.cpan.org> wrote: Show quoted text
> > This message about Class-DBI-AbstractSearch was sent to you by BARBIE <BARBIE@cpan.org> via rt.cpan.org > > Full context and any attached attachments can be found at: > <URL: https://rt.cpan.org/Ticket/Display.html?id=14935 > > > Windows has a hard time deleting files once they been opened in a process. As such rerunning the 'make test' command then emits failures. > > The fix is to add 'unlink $DB if -e $DB;' after the line setting the variable $DB. > > This is only applicable to automated testing, hence why this is on the wishlist. >
-- Tatsuhiko Miyagawa