no need for suppression in current
Brandon Black [Wed, 15 Nov 2006 14:17:26 +0000 (14:17 +0000)]
t/20invocations.t

index f239acf..fdab791 100644 (file)
@@ -3,8 +3,6 @@ use Test::More;
 use lib qw(t/lib);
 use make_dbictest_db;
 
-$SIG{__WARN__} = sub { }; # Suppress warnings, as we test a lot of deprecated stuff here
-
 # Takes a $schema as input, runs 4 basic tests
 sub test_schema {
     my ($testname, $schema) = @_;