projects
/
dbsrgits/DBIx-Class-Fixtures.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
0fc424b
)
dump-basic test passes with make test
Luke Saunders [Wed, 30 Jan 2008 23:11:12 +0000 (23:11 +0000)]
t/02-dump-basic.t
patch
|
blob
|
blame
|
history
diff --git
a/t/02-dump-basic.t
b/t/02-dump-basic.t
index
11c40f2
..
cf2b7c9
100644
(file)
--- a/
t/02-dump-basic.t
+++ b/
t/02-dump-basic.t
@@
-1,7
+1,8
@@
#!perl
use DBIx::Class::Fixtures;
-use Test::More tests => 3;
+use Test::More tests => 9;
+use lib qw(t/lib);
use DBICTest;
use Path::Class;
use Data::Dumper;