projects
/
dbsrgits/SQL-Translator.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
09d9cd5
)
Fix broken plan
Peter Rabbitson [Sat, 28 Apr 2012 06:09:39 +0000 (08:09 +0200)]
t/66-postgres-dbi-parser.t
patch
|
blob
|
blame
|
history
diff --git
a/t/66-postgres-dbi-parser.t
b/t/66-postgres-dbi-parser.t
index
86a287d
..
4015660
100644
(file)
--- 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");