Really fix tests
Peter Rabbitson [Sat, 20 Jun 2009 22:01:54 +0000 (22:01 +0000)]
t/746mssql.t

index 452dfcd..7a2215f 100644 (file)
@@ -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 }