X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F100populate.t;h=2915e09163cfc029a52ad5f983b7545a128665e6;hb=db326a590fb76893c9e57dea0fca59be67ba25de;hp=7b893954f241cc5f103ec85ad14841d9d9deb0d0;hpb=89b2e3e4c385506b5a37b6b8cf2fd96a98308da2;p=dbsrgits%2FDBIx-Class-Historic.git 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');