diff options
author | Greg Sabino Mullane | 2010-04-07 15:41:50 +0000 |
---|---|---|
committer | Greg Sabino Mullane | 2010-04-07 15:41:50 +0000 |
commit | bf1e66126bffcece56520a6b2bf1098c89e40232 (patch) | |
tree | edc6839310eadbe4130a1a6b1cf6ca843f2f2724 | |
parent | 2fbccb5bec326a70cae4f1160fc9c2b5eb1b62c4 (diff) |
Fix typo.
-rw-r--r-- | t/02_replicate_row.t | 2 |
1 files changed, 1 insertions, 1 deletions
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)}; |