Sign in
apache
/
mod_perl
/
release
/
.
/
2_0_5
/
t
/
api
/
slurp_filename.t
blob: 0faeae769f2d7001f23e25c77e94f16916d874f8 [
file
] [
log
] [
blame
]
use
Apache
::
TestRequest
'GET_BODY_ASSERT'
;
# we want r->filename to be "/slurp/slurp.pl", even though the
# response handler is TestAPI::slurp_filename
print
GET_BODY_ASSERT
"/slurp/slurp.pl"
;