projects
/
bucardo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d39a09f
)
In the tests, make sure we commit, as it can affect the trigger creation times and...
author
Greg Sabino Mullane
<greg@endpoint.com>
Sat, 5 Jul 2014 12:08:01 +0000
(08:08 -0400)
committer
Greg Sabino Mullane
<greg@endpoint.com>
Sat, 5 Jul 2014 12:08:01 +0000
(08:08 -0400)
t/BucardoTesting.pm
patch
|
blob
|
blame
|
history
diff --git
a/t/BucardoTesting.pm
b/t/BucardoTesting.pm
index 110148fd280b2507da9e1d32801dccbc64d1d8c5..968abcd25fc0162830536b765b1845c4c2f00bb9 100644
(file)
--- 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();
}
}