remove warn from test
Rafael Kitover [Fri, 19 Feb 2010 11:59:37 +0000 (06:59 -0500)]
t/10sqlite_common.t

index e521a1e..19dd1f4 100644 (file)
@@ -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');