X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F750firebird.t;h=c1e625a8d81bf6a20f48961210f338d24de70d8b;hb=2c2bc4e5;hp=d0923793cdf4a2805f8454c99d7365762cdc366a;hpb=c8dc7d3337cdd47a721739473b61c8d4477d9129;p=dbsrgits%2FDBIx-Class.git diff --git a/t/750firebird.t b/t/750firebird.t index d092379..c1e625a 100644 --- a/t/750firebird.t +++ b/t/750firebird.t @@ -47,7 +47,7 @@ for my $prefix (keys %$env2optdep) { SKIP: { skip ("Testing with ${prefix}_DSN needs " . DBIx::Class::Optional::Dependencies->req_missing_for( $env2optdep->{$prefix} ), 1) unless DBIx::Class::Optional::Dependencies->req_ok_for($env2optdep->{$prefix}); - $schema = DBICTest::Schema->connect($dsn, $user, $pass, { + $schema = DBICTest->connect_schema($dsn, $user, $pass, { auto_savepoint => 1, quote_names => 1, ($dsn !~ /ODBC/ ? (on_connect_call => 'use_softcommit') : ()),