X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F32connect_code_ref.t;h=8e174fa3e8696dab53940bbd172aa3348efc57b2;hb=51607576421679d05af518d95641ef1fd0806706;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..8e174fa 100644 --- a/t/32connect_code_ref.t +++ b/t/32connect_code_ref.t @@ -8,10 +8,10 @@ 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]; +my $normal_dsn = $normal_schema->storage->_dbi_connect_info->[0]; # Make sure we have no active connection $normal_schema->storage->disconnect;