X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Frow%2Finflate_result.t;h=ab35f86b919995e081f43ab3cd0a17a7d7cd6ac6;hb=d9c17594ab3be0b866c555750cdbd1ad6a1b34e6;hp=7606a5417b53405689dd9ce018fa6656337c6594;hpb=b9df8e39d03e6da167b2598f6ee70fb16c069112;p=dbsrgits%2FDBIx-Class.git diff --git a/t/row/inflate_result.t b/t/row/inflate_result.t index 7606a54..ab35f86 100644 --- a/t/row/inflate_result.t +++ b/t/row/inflate_result.t @@ -76,7 +76,7 @@ my $admin_data = { admin => 1 }; -ok( my $schema = My::Schema->connection('dbi:SQLite:dbname=:memory:') ); +ok( my $schema = My::Schema->connection(DBICTest->_database) ); ok( $schema->storage->dbh->do(