From: Greg Sabino Mullane Date: Wed, 7 Apr 2010 15:41:50 +0000 (-0400) Subject: Fix typo. X-Git-Tag: 2.15.1~48^2~4 X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=de55669386361e546f8183bf4a0356b5e065b529;p=check_postgres.git Fix typo. --- diff --git a/t/02_replicate_row.t b/t/02_replicate_row.t index 0cf32309f..5004d0726 100644 --- a/t/02_replicate_row.t +++ b/t/02_replicate_row.t @@ -17,7 +17,7 @@ my $cp = CP_Testing->new( {default_action => 'replicate-row'} ); $dbh = $cp->test_database_handle(); $dbh2 = $cp->get_fresh_dbh({dbname=>'ardala'}); -my $S = q{Action 'replicate_rows'}; +my $S = q{Action 'replicate_row'}; my $label = 'POSTGRES_REPLICATE_ROW'; $SQL = q{CREATE TABLE reptest(id INT, foo TEXT)};