X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=blobdiff_plain;f=t%2Faggregate%2Flive_engine_response_redirect.t;h=a01b9d00c87bcc1d970e565feb682006ff751293;hp=5369bee581c31b0b34249528679631581fc3f952;hb=d11e0c1d9eccf6f0fe7f1c2bd0313d5cf742b772;hpb=47112c3c6f83242da437b492bc4a609b92a8cd13 diff --git a/t/aggregate/live_engine_response_redirect.t b/t/aggregate/live_engine_response_redirect.t index 5369bee..a01b9d0 100644 --- a/t/aggregate/live_engine_response_redirect.t +++ b/t/aggregate/live_engine_response_redirect.t @@ -9,8 +9,6 @@ use lib "$FindBin::Bin/../lib"; use Test::More tests => 26; use Catalyst::Test 'TestApp'; -# XXX: these fail on remote servers due to LWP max_redirect 0 bug: -# http://rt.cpan.org/Ticket/Display.html?id=40260 { ok( my $response = request('http://localhost/engine/response/redirect/one'), 'Request' ); ok( $response->is_redirect, 'Response Redirection 3xx' );