projects
/
bucardo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
371ea39
)
Small test tweak.
author
Greg Sabino Mullane
<greg@endpoint.com>
Wed, 1 Sep 2010 20:43:46 +0000
(16:43 -0400)
committer
Greg Sabino Mullane
<greg@endpoint.com>
Wed, 1 Sep 2010 20:43:46 +0000
(16:43 -0400)
t/10-pushdelta.t
patch
|
blob
|
blame
|
history
diff --git
a/t/10-pushdelta.t
b/t/10-pushdelta.t
index 3c5c747c1e6099ffb4ba734a63faea9c13c001a4..12cc0fb695ec632602250ba90768f62f84b29485 100644
(file)
--- a/
t/10-pushdelta.t
+++ b/
t/10-pushdelta.t
@@
-16,7
+16,7
@@
my $bct = BucardoTesting->new() or BAIL_OUT "Creation of BucardoTesting object f
$location = 'pushdelta';
my $numtabletypes = keys %tabletype;
-plan tests => 4
3
+ ($numtabletypes * 19);
+plan tests => 4
1
+ ($numtabletypes * 19);
pass("*** Beginning pushdelta tests");
@@
-187,6
+187,8
@@
$command =
"bucardo_ctl reload sync pushdeltaAB";
$res = $bct->ctl($command);
+sleep 1;
+
## Delete rows from A
for my $table (keys %tabletype) {
$sth{deleteall}{$table}{A}->execute();