X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F750firebird.t;h=cefb0405a7ce8977cf48bc17b53b1665b5e3ed02;hb=c7e856308aeac1faa6f4d8ad59da096e009d70f4;hp=9a460eadd25e0ad2dbe540cd7ad91d5c8ae5c7ab;hpb=8e459d6005843065cbfa0ae7990822f762a439a3;p=dbsrgits%2FDBIx-Class.git diff --git a/t/750firebird.t b/t/750firebird.t index 9a460ea..cefb040 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->connect_schema($dsn, $user, $pass, { + $schema = DBICTest::Schema->connect($dsn, $user, $pass, { auto_savepoint => 1, quote_names => 1, ($dsn !~ /ODBC/ ? (on_connect_call => 'use_softcommit') : ()),