joes 2003/06/13 02:52:00
Modified: glue/perl/t/apreq inherit.t Log: Remove useless junk from inherit.t Revision Changes Path 1.3 +1 -2 httpd-apreq-2/glue/perl/t/apreq/inherit.t Index: inherit.t =================================================================== RCS file: /home/cvs/httpd-apreq-2/glue/perl/t/apreq/inherit.t,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- inherit.t 13 Jun 2003 09:46:52 -0000 1.2 +++ inherit.t 13 Jun 2003 09:52:00 -0000 1.3 @@ -9,7 +9,6 @@ plan tests => 1; my $location = "/TestApReq__inherit"; -ok t_cmp(<< 'VALUE', $_=GET_BODY($location), "inheritance"); +ok t_cmp(<< 'VALUE', GET_BODY($location), "inheritance"); method => GET VALUE -warn $_;
