projects
/
check_postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9c76637
)
Fix typo.
author
Greg Sabino Mullane
<greg@endpoint.com>
Wed, 7 Apr 2010 15:41:50 +0000
(11:41 -0400)
committer
Andy Lester
<andy@petdance.com>
Wed, 7 Apr 2010 16:45:38 +0000
(11:45 -0500)
t/02_replicate_row.t
patch
|
blob
|
blame
|
history
diff --git
a/t/02_replicate_row.t
b/t/02_replicate_row.t
index 0cf32309f31ea687c224a88dc1ea071246b23127..5004d072667c1708d0580398f3568f36eebeffc4 100644
(file)
--- 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_row
s
'};
+my $S = q{Action 'replicate_row'};
my $label = 'POSTGRES_REPLICATE_ROW';
$SQL = q{CREATE TABLE reptest(id INT, foo TEXT)};