Jay Buffington wrote:
> Hi,
>
> I have a handful of fairly simple mod_perl 1 handlers that I want to
> test. I've tried using Apache::FakeRequest, but its lacking in a lot
> of areas.
>
> After subclassing it I was able to write a test that looked for the
> correct headers_out, but it was a pa
Hi,
I have a handful of fairly simple mod_perl 1 handlers that I want to
test. I've tried using Apache::FakeRequest, but its lacking in a lot
of areas.
After subclassing it I was able to write a test that looked for the
correct headers_out, but it was a pain and kind of sloppy.
Does a more comp