## The above runs one test for each passed in database x the number of test tables
my $numtables = keys %tabletype;
my $numsequences = keys %sequences;
-my $single_tests = 62;
+my $single_tests = 61;
my $check_for_row_1 = 1;
my $check_for_row_2 = 2;
my $check_for_row_3 = 3;
}
$dbhA->commit();
$dbhB->commit();
-$dbhC->do(q{SELECT setval('bucardo_test_seq3', 12345)});
+$dbhC->do(q{SELECT setval('"Bucardo_test_seq3"', 12345)});
$dbhC->commit();
like $bct->ctl('bucardo kick sync pgtest3 0'),
unlink $service_temp_filename;
+$bct->ctl('bucardo stop');
+
exit;
for my $seq (sort keys %sequences) {
- $SQL = "SELECT * FROM $seq";
+ $SQL = qq{SELECT * FROM "$seq"};
## The first we come across will be the standard for the others
my (%firstone, $firstdb);