From: Rafael Kitover Date: Thu, 10 Sep 2009 06:06:45 +0000 (+0000) Subject: remove dbic option from sybase test that is no longer necessary X-Git-Tag: 0.04999_09~3 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=2ba83881e30692f0a6c1ab36acf07ea38e440b1d;p=dbsrgits%2FDBIx-Class-Schema-Loader.git remove dbic option from sybase test that is no longer necessary --- diff --git a/t/15sybase_common.t b/t/15sybase_common.t index b00b43c..5bb0578 100644 --- a/t/15sybase_common.t +++ b/t/15sybase_common.t @@ -15,9 +15,6 @@ my $tester = dbixcsl_common_tests->new( dsn => $dsn, user => $user, password => $password, -# This is necessary because there are too many cursors open for transactions on -# insert to work. - connect_info_opts => { on_connect_call => 'unsafe_insert' } ); if( !$dsn || !$user ) {