X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F32connect_code_ref.t;h=8e174fa3e8696dab53940bbd172aa3348efc57b2;hb=ee3bc4eaabcd4be6112c9bcb6278b0db1eda20d0;hp=9fe0e607d7fa8fd33640d21411e3e9dc67da0ee8;hpb=27252a4a98791c2fcf13693cfbb9f8c44f5e585b;p=dbsrgits%2FDBIx-Class.git diff --git a/t/32connect_code_ref.t b/t/32connect_code_ref.t index 9fe0e60..8e174fa 100644 --- a/t/32connect_code_ref.t +++ b/t/32connect_code_ref.t @@ -11,7 +11,7 @@ plan tests => 1; 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;