Re: [Catalyst] Catalyst::Test local_request(), Test::WWW::Mechanize::Catalyst, and base href=...

2010-08-04 Thread Ronald J Kimball
On Mon, Aug 2, 2010 at 5:56 PM, Tomas Doran bobtf...@bobtfish.net wrote: On 29 Jul 2010, at 21:40, Ronald J Kimball wrote: The only reference I found to this issue is a post to this mailing list from 2007, which no one answered.  Has anyone else experienced this problem?  Would a patch that

Re: [Catalyst] Catalyst::Test local_request(), Test::WWW::Mechanize::Catalyst, and base href=...

2010-08-02 Thread Tomas Doran
On 29 Jul 2010, at 21:40, Ronald J Kimball wrote: The only reference I found to this issue is a post to this mailing list from 2007, which no one answered. Has anyone else experienced this problem? Would a patch that cribs some code from LWP::UserAgent and puts it in Catalyst::Test

[Catalyst] Catalyst::Test local_request(), Test::WWW::Mechanize::Catalyst, and base href=...

2010-07-29 Thread Ronald J Kimball
I've recently been working on writing tests for a Catalyst app using Test::WWW::Mechanize:: Catalyst. Unfortunately, I've hit a snag; Catalyst::Test's local_request() method (which is used by Test::WWW::Mechanize::Catalyst) does not parse the base href=... tag in the content of the response.