From: Peter Rabbitson Date: Sat, 20 Jun 2009 22:01:54 +0000 (+0000) Subject: Really fix tests X-Git-Tag: v0.08108~12^2~21 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=c6fc5645c43466705c6302480706c751afc915f0;p=dbsrgits%2FDBIx-Class.git Really fix tests --- diff --git a/t/746mssql.t b/t/746mssql.t index 452dfcd..7a2215f 100644 --- a/t/746mssql.t +++ b/t/746mssql.t @@ -47,7 +47,7 @@ SQL my %seen_id; # fresh $schema so we start unconnected -$schema = DBICTest::Schema->connect($dsn, $user, $pass, {AutoCommit => 1}); +$schema = DBICTest::Schema->connect($dsn, $user, $pass); # test primary key handling my $new = $schema->resultset('Artist')->create({ name => 'foo' }); @@ -137,6 +137,7 @@ $schema->populate ('BooksInLibrary', [ # { +$schema->debug (1); # try a ->has_many direction (group_by is not possible on has_many with limit) my $owners = $schema->resultset ('Owners')->search ({ 'books.id' => { '!=', undef }