joes 2003/04/05 15:29:37
Added: t/apreq inherit.t Log: porting tests back to Apache::Test. Revision Changes Path 1.1 httpd-apreq/t/apreq/inherit.t Index: inherit.t =================================================================== use strict; use warnings FATAL => 'all'; use Apache::Test; use Apache::TestUtil; use Apache::TestRequest qw(GET_BODY UPLOAD_BODY); plan tests => 1; my $location = "/TestApReq::inherit"; ok t_cmp(<< 'VALUE', GET_BODY($location), "inheritance"); method => GET VALUE
