added test for rescan, fixed a few issues
[dbsrgits/DBIx-Class-Schema-Loader.git] / t / 10sqlite_common.t
index c942bd4..7899cf6 100644 (file)
@@ -1,5 +1,5 @@
 use strict;
-use lib qw( ./t );
+use lib qw(t/lib);
 use dbixcsl_common_tests;
 
 eval { require DBD::SQLite };
@@ -12,7 +12,6 @@ my $class = $@ ? 'SQLite2' : 'SQLite';
         dsn             => "dbi:$class:dbname=./t/sqlite_test",
         user            => '',
         password        => '',
-        multi_fk_broken => 1,
     );
 
     $tester->run_tests();