Steve Hay wrote:
Hi,
Earlier today I reported test failures in filter/in_str_consume, apache/cookie, apache/cookie2 and apr/perlio.
Geoff has kindly come up with a solution for the two cookie test script failures, but I've inadvertently found another way to "fix" them, and also the filter/in_str_consume test: simply install LWP (and it's pre-requisites: HTML-Tagset, HTML-Parser and URI)!
ah. that explains it. I was wondering why the GET was working for me _without_ the leading /, which is always required per the RFC. I guess LWP adds it behind the scenes.
at any rate, Apache::Test has a base implementation that creates GET and other methods when LWP is not found. it also exports have_lwp() so testers can rely on other aspects of LWP in their tests.
so, I guess we need to fix all the places where location does not have an initial slash. additionally, we should consider whether to make GET and the other methods prepend an initial / to the uri when LWP is not present.
--Geoff
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
