[check_postgres] [commit] Minor fixes.
check_postgres at bucardo.org
check_postgres at bucardo.org
Thu Apr 23 19:34:48 UTC 2009
Committed by Greg Sabino Mullane <greg at endpoint.com>
Minor fixes.
---
t/02_new_version_pg.t | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/t/02_new_version_pg.t b/t/02_new_version_pg.t
index 0199bd9..e911970 100644
--- a/t/02_new_version_pg.t
+++ b/t/02_new_version_pg.t
@@ -9,13 +9,13 @@ use Test::More tests => 5;
use lib 't','.';
use CP_Testing;
-use vars qw/$dbh $SQL $t/;
+use vars qw/$dbh $t/;
my $cp = CP_Testing->new( {default_action => 'new_version_pg'} );
$dbh = $cp->test_database_handle();
-my $S = q{Action 'version'};
+my $S = q{Action 'new_version_pg'};
my $label = 'POSTGRES_NEW_VERSION_PG';
$t=qq{$S fails when called with an invalid option};
--
1.6.0.5
More information about the Check_postgres
mailing list