projects
/
dbsrgits/DBIx-Class-Schema-Loader.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
239fa6b
)
Adjust skip_rels count again
Dagfinn Ilmari Mannsåker [Tue, 29 Jul 2014 14:01:26 +0000 (15:01 +0100)]
t/lib/dbixcsl_common_tests.pm
patch
|
blob
|
blame
|
history
diff --git
a/t/lib/dbixcsl_common_tests.pm
b/t/lib/dbixcsl_common_tests.pm
index
d43f227
..
e69ca71
100644
(file)
--- a/
t/lib/dbixcsl_common_tests.pm
+++ b/
t/lib/dbixcsl_common_tests.pm
@@
-629,7
+629,7
@@
qr/\n__PACKAGE__->load_components\("TestSchemaComponent", "\+TestSchemaComponent
'is_nullable=1 detection';
SKIP: {
- skip $self->{skip_rels}, 145 if $self->{skip_rels};
+ skip $self->{skip_rels}, 142 if $self->{skip_rels};
my $moniker3 = $monikers->{loader_test3};
my $class3 = $classes->{loader_test3};