In the tests, make sure we commit, as it can affect the trigger creation times and...
authorGreg Sabino Mullane <greg@endpoint.com>
Sat, 5 Jul 2014 12:08:01 +0000 (08:08 -0400)
committerGreg Sabino Mullane <greg@endpoint.com>
Sat, 5 Jul 2014 12:08:01 +0000 (08:08 -0400)
t/BucardoTesting.pm

index 110148fd280b2507da9e1d32801dccbc64d1d8c5..968abcd25fc0162830536b765b1845c4c2f00bb9 100644 (file)
@@ -1831,6 +1831,7 @@ sub check_for_row {
 
             local $Test::Builder::Level = $Test::Builder::Level + 1;
             bc_deeply($res, $dbh, $SQL, $t, (caller)[2]);
+            $dbh->commit();
         }
     }