projects
/
dbsrgits/DBIx-Class.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
c1d7087
)
Fix two storage tests
Peter Rabbitson [Tue, 25 Aug 2009 10:45:35 +0000 (10:45 +0000)]
t/storage/on_connect_call.t
patch
|
blob
|
blame
|
history
t/storage/reconnect.t
patch
|
blob
|
blame
|
history
diff --git
a/t/storage/on_connect_call.t
b/t/storage/on_connect_call.t
index
09befcd
..
be5e746
100644
(file)
--- a/
t/storage/on_connect_call.t
+++ b/
t/storage/on_connect_call.t
@@
-7,6
+7,7
@@
use DBICTest;
use Test::More tests => 9;
+use DBIx::Class::Storage::DBI;
my $schema = DBICTest->init_schema(
no_connect => 1,
no_deploy => 1,
diff --git
a/t/storage/reconnect.t
b/t/storage/reconnect.t
index
8f1eba1
..
5ef22f2
100644
(file)
--- a/
t/storage/reconnect.t
+++ b/
t/storage/reconnect.t
@@
-9,7
+9,7
@@
use DBICTest;
plan tests => 6;
-my $db_orig = "$FindBin::Bin/var/DBIxClass.db";
+my $db_orig = "$FindBin::Bin/../var/DBIxClass.db";
my $db_tmp = "$db_orig.tmp";
# Set up the "usual" sqlite for DBICTest