From 456d723c778c336d11543b473586f7618f6b799b Mon Sep 17 00:00:00 2001 From: Greg Sabino Mullane Date: Sat, 5 Jul 2014 08:08:01 -0400 Subject: [PATCH] In the tests, make sure we commit, as it can affect the trigger creation times and throw off our testing. --- t/BucardoTesting.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/t/BucardoTesting.pm b/t/BucardoTesting.pm index 110148fd2..968abcd25 100644 --- a/t/BucardoTesting.pm +++ b/t/BucardoTesting.pm @@ -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(); } } -- 2.39.5