On 8/30/07, bharanee rathna <[EMAIL PROTECTED]> wrote: > It would work for the purpose of testing, mainly simulating a request > without running apache like Apache::Test does currently.
Apache::Test does it this way because it's a better way to test. It actually tests the full code path. There are things like Apache::FakeRequest, but I don't think anyone has tried to do it for the Apache 2 API yet. - Perrin