X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F32connect_code_ref.t;h=9fe0e607d7fa8fd33640d21411e3e9dc67da0ee8;hb=20ea4813ff750408ceb3b9701bf9e88dc6bcff78;hp=4b90532b197b4fb041861e3d6bb354e69be8b009;hpb=f733d664944e84ebab65fc831ec7d5b52c0eb3e6;p=dbsrgits%2FDBIx-Class-Historic.git diff --git a/t/32connect_code_ref.t b/t/32connect_code_ref.t index 4b90532..9fe0e60 100644 --- a/t/32connect_code_ref.t +++ b/t/32connect_code_ref.t @@ -8,7 +8,7 @@ use DBICTest; plan tests => 1; # Set up the "usual" sqlite for DBICTest -my $normal_schema = DBICTest->init_schema; +my $normal_schema = DBICTest->init_schema( sqlite_use_file => 1 ); # Steal the dsn, which should be like 'dbi:SQLite:t/var/DBIxClass.db' my $normal_dsn = $normal_schema->storage->connect_info->[0];