fixed inheritance test
Christian Hansen [Thu, 24 Mar 2005 01:50:59 +0000 (01:50 +0000)]
t/17inheritance.t

index 334b196..c0386b7 100644 (file)
@@ -65,6 +65,4 @@ use Data::Dumper;
 {
     my $response = request('/foo/bar');
     ok( $response->content =~ /foobarfoobarfoobar/ );
-    warn $response->content;
-
 }