silence loud test
Peter Rabbitson [Sat, 21 Feb 2009 23:38:12 +0000 (23:38 +0000)]
t/ordered/cascade_delete.t

index 8a95420..742df31 100644 (file)
@@ -13,9 +13,7 @@ my $schema = DBICTest->init_schema();
 plan tests => 1;
 
 {
-  my $artist = $schema->resultset ('Artist')->search ({}, { rows => 1})->single, # braindead sqlite
-
-  $schema->storage->debug (1);
+  my $artist = $schema->resultset ('Artist')->search ({}, { rows => 1})->single; # braindead sqlite
   my $cd = $schema->resultset ('CD')->create ({
     artist => $artist,
     title => 'Get in order',