projects
/
dbsrgits/DBIx-Class-Fixtures.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
a351479
)
ditched plan on test where it was causing issues
luke saunders [Thu, 16 Jul 2009 21:55:49 +0000 (22:55 +0100)]
t/12-populate-basic.t
patch
|
blob
|
blame
|
history
diff --git
a/t/12-populate-basic.t
b/t/12-populate-basic.t
index
1e230b1
..
63177ac
100644
(file)
--- a/
t/12-populate-basic.t
+++ b/
t/12-populate-basic.t
@@
-1,7
+1,7
@@
#!perl
use DBIx::Class::Fixtures;
-use Test::More tests => 38;
+use Test::More no_plan;
use lib qw(t/lib);
use DBICTest;
use Path::Class;