projects
/
dbsrgits/DBIx-Class-Schema-Loader.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
9fd0726
)
remove warn from test
Rafael Kitover [Fri, 19 Feb 2010 11:59:37 +0000 (06:59 -0500)]
t/10sqlite_common.t
patch
|
blob
|
blame
|
history
diff --git
a/t/10sqlite_common.t
b/t/10sqlite_common.t
index
e521a1e
..
19dd1f4
100644
(file)
--- a/
t/10sqlite_common.t
+++ b/
t/10sqlite_common.t
@@
-61,7
+61,6
@@
my $tester = dbixcsl_common_tests->new(
is_deeply [ $source->primary_columns ], [ qw/event_id person_id/ ],
'composite primary key';
- warn "@{[ $source->relationships ]}\n";
is ($source->relationships, 2,
'2 foreign key constraints found');