mach 2003/08/23 14:49:34
Modified: t/directives/style 02_processor_inheritance.t Log: commenting out debug message. Revision Changes Path 1.2 +1 -1 xml-axkit/t/directives/style/02_processor_inheritance.t Index: 02_processor_inheritance.t =================================================================== RCS file: /home/cvs/xml-axkit/t/directives/style/02_processor_inheritance.t,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- 02_processor_inheritance.t 23 Aug 2003 08:46:44 -0000 1.1 +++ 02_processor_inheritance.t 23 Aug 2003 21:49:34 -0000 1.2 @@ -7,7 +7,7 @@ sub test_basic { my $resp = GET '/directives/style/larry/moe/curly/02_processor_inheritance.xml' ; - warn "GOT CONTENT:" . $resp->content(); + #warn "GOT CONTENT:" . $resp->content(); return 0 unless $resp->content =~ /Larry...Moe...Curly/gi; return 1; }