From: Johannes Plunien Date: Wed, 24 Sep 2008 21:27:05 +0000 (+0200) Subject: not checking if t/var/DBIxClass.db was created anymore (since we use :memory:) X-Git-Tag: v0.08240~347 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=1e852378f60d1084ba10bcc107ee9b2725a5a095;p=dbsrgits%2FDBIx-Class.git not checking if t/var/DBIxClass.db was created anymore (since we use :memory:) --- diff --git a/t/100populate.t b/t/100populate.t index 7b89395..2915e09 100644 --- a/t/100populate.t +++ b/t/100populate.t @@ -5,7 +5,7 @@ use Test::More; use lib qw(t/lib); use DBICTest; -plan tests => 22; +plan tests => 21; # perl -le'my $letter = 'a'; for my $i (4..10000) { $letter++; print "[ $i, \"$letter\" ]," }' > tests.txt @@ -10081,5 +10081,3 @@ is($link7->id, 7, 'Link 7 id'); is($link7->url, undef, 'Link 7 url'); is($link7->title, 'gtitle', 'Link 7 title'); - -ok(-f "t/var/DBIxClass.db", 'Database created');