Fix typo.
authorGreg Sabino Mullane <greg@endpoint.com>
Wed, 7 Apr 2010 15:41:50 +0000 (11:41 -0400)
committerAndy Lester <andy@petdance.com>
Wed, 7 Apr 2010 16:45:38 +0000 (11:45 -0500)
t/02_replicate_row.t

index 0cf32309f31ea687c224a88dc1ea071246b23127..5004d072667c1708d0580398f3568f36eebeffc4 100644 (file)
@@ -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)};