projects
/
bucardo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5ff6720
)
Testing tweak
author
Greg Sabino Mullane
<greg@endpoint.com>
Fri, 19 Dec 2014 14:22:24 +0000
(09:22 -0500)
committer
Greg Sabino Mullane
<greg@endpoint.com>
Fri, 19 Dec 2014 14:22:24 +0000
(09:22 -0500)
t/40-serializable.t
patch
|
blob
|
blame
|
history
diff --git
a/t/40-serializable.t
b/t/40-serializable.t
index 03b70d3870e7c41cd55504b476a6ca0bdaf11682..1c9b17e8b5f68e2100170ae4f4cb0ad8ced75385 100644
(file)
--- a/
t/40-serializable.t
+++ b/
t/40-serializable.t
@@
-13,7
+13,7
@@
my $bct = BucardoTesting->new({location => 'postgres'})
END { $bct->stop_bucardo if $bct }
-my $dbh = $bct->empty_cluster('A')
->[0]
;
+my $dbh = $bct->empty_cluster('A');
END { $dbh->disconnect if $dbh }
# Skip the tests if we can't mock the serialization failure.