Fix two storage tests
Peter Rabbitson [Tue, 25 Aug 2009 10:45:35 +0000 (10:45 +0000)]
t/storage/on_connect_call.t
t/storage/reconnect.t

index 09befcd..be5e746 100644 (file)
@@ -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,
index 8f1eba1..5ef22f2 100644 (file)
@@ -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