From: Peter Rabbitson Date: Sat, 28 Apr 2012 06:09:39 +0000 (+0200) Subject: Fix broken plan X-Git-Tag: v0.11011~9 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=3f281c08cba69dc1e4ba3b6ca4a8758e9c6e2aa3;p=dbsrgits%2FSQL-Translator.git Fix broken plan --- diff --git a/t/66-postgres-dbi-parser.t b/t/66-postgres-dbi-parser.t index 86a287d..4015660 100644 --- a/t/66-postgres-dbi-parser.t +++ b/t/66-postgres-dbi-parser.t @@ -26,7 +26,7 @@ my $dbh = eval { SKIP: { if (my $err = ($@ || $DBI::err )) { chomp $err; - skip "No connection to test db. DBI says '$err'", 59; + skip "No connection to test db. DBI says '$err'", 60; } ok($dbh, "dbh setup correctly");