projects
/
dbsrgits/DBIx-Class-Schema-Loader.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
9ff235d
)
Fix skip count when DB2 extra schema creation fails
Dagfinn Ilmari Mannsåker [Mon, 26 Jan 2015 14:48:14 +0000 (14:48 +0000)]
5975bbe6
updated the extra test count, but not the skip count
t/10_04db2_common.t
patch
|
blob
|
blame
|
history
diff --git
a/t/10_04db2_common.t
b/t/10_04db2_common.t
index
4dd1936
..
34e176a
100644
(file)
--- 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");