Skip Menu |

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

Report information
The Basics
Id: 14939
Status: new
Priority: 0/
Queue: Class-DBI-SQLite

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

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



Subject: Windows & the db tests in test files
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 './t/table.db';" to t/02_table.t and "unlink './t/multi_pk.db';" to t/03_multi_pk.t, both after the use declarations. This is only applicable to automated testing, hence why this is on the wishlist.
Date: Thu, 6 Oct 2005 11:48:01 +0900
From: Tatsuhiko Miyagawa <miyagawa [...] gmail.com>
To: bug-Class-DBI-SQLite [...] rt.cpan.org
Subject: Re: [cpan #14939] Windows & the db tests in test files
RT-Send-Cc:
Thanks, fixed as 0.11 On 10/5/05, via RT <bug-Class-DBI-SQLite@rt.cpan.org> wrote: Show quoted text
> > This message about Class-DBI-SQLite 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=14939 > > > 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 './t/table.db';" to t/02_table.t and "unlink './t/multi_pk.db';" to t/03_multi_pk.t, both after the use declarations. > > This is only applicable to automated testing, hence why this is on the wishlist. > > > >
-- Tatsuhiko Miyagawa