X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F10sqlite_common.t;h=7899cf63930c6788b582c5a000aede12e03f01da;hb=d65cda9ebaebbf4b6e0e7a9bb9ba20c919afb55c;hp=c942bd4976d18630040af21e1a25d5d22a94d397;hpb=fbd834649351808228912ceb798f0832af58a30c;p=dbsrgits%2FDBIx-Class-Schema-Loader.git diff --git a/t/10sqlite_common.t b/t/10sqlite_common.t index c942bd4..7899cf6 100644 --- a/t/10sqlite_common.t +++ b/t/10sqlite_common.t @@ -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();