From: Dagfinn Ilmari Mannsåker Date: Mon, 26 Jan 2015 14:48:14 +0000 (+0000) Subject: Fix skip count when DB2 extra schema creation fails X-Git-Tag: 0.07043~15 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=dbsrgits%2FDBIx-Class-Schema-Loader.git;a=commitdiff_plain;h=6f57f50ecc50f1d0961b26b1c2886ff05a5bb53a Fix skip count when DB2 extra schema creation fails 5975bbe6 updated the extra test count, but not the skip count --- diff --git a/t/10_04db2_common.t b/t/10_04db2_common.t index 4dd1936..34e176a 100644 --- a/t/10_04db2_common.t +++ b/t/10_04db2_common.t @@ -152,7 +152,7 @@ my $tester = dbixcsl_common_tests->new( } catch { $schemas_created = 0; - skip "no CREATE SCHEMA privileges", 28 * 2; + skip "no CREATE SCHEMA privileges", 30 * 2; }; $dbh->do(<<"EOF");