Author: turnstep
Date: Sun Feb 17 19:15:38 2008
New Revision: 10783

Modified:
   DBD-Pg/trunk/t/99cleanup.t

Log:
Whoops


Modified: DBD-Pg/trunk/t/99cleanup.t
==============================================================================
--- DBD-Pg/trunk/t/99cleanup.t  (original)
+++ DBD-Pg/trunk/t/99cleanup.t  Sun Feb 17 19:15:38 2008
@@ -11,7 +11,7 @@
 
 my $dbh = connect_database({nosetup => 1});
 
-if (defined $dbh) {
+if (! defined $dbh) {
        plan skip_all => 'Connection to database failed, cannot continue 
testing';
 }
 plan tests => 1;

Reply via email to