From 256b69a91e644aec8b9f051191298487343e4a7c Mon Sep 17 00:00:00 2001 From: Greg Sabino Mullane Date: Sun, 4 Dec 2011 19:06:35 -0500 Subject: [PATCH] Minor testing tweak. --- t/10-fullcopy.t | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/t/10-fullcopy.t b/t/10-fullcopy.t index b7327e7e8..20905c75b 100644 --- a/t/10-fullcopy.t +++ b/t/10-fullcopy.t @@ -233,18 +233,15 @@ $bct->ctl('bucardo reload sync fctest'); ## One more kick to clean out our messages $bct->ctl('bucardo kick fctest 0'); -## A, B, C, and D should have the same information now +## A, C, and D should have the same information now for my $table (sort keys %tabletype) { my $type = $tabletype{$table}; - $res = [[86]]; + $res = [[42]]; $t = qq{Database A has expected rows for $table after onetimecopy}; bc_deeply($res, $dbhA, $sql{select}{$table}, $t); - $t = qq{Database B has expected rows for $table after onetimecopy}; - bc_deeply($res, $dbhB, $sql{select}{$table}, $t); - $t = qq{Database C has expected rows for $table after onetimecopy}; bc_deeply($res, $dbhC, $sql{select}{$table}, $t); -- 2.39.5