X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Faggregate%2Flive_engine_response_redirect.t;h=a01b9d00c87bcc1d970e565feb682006ff751293;hb=cb1e348badf54b4ceacca793b0baa6312e2a7e5d;hp=5369bee581c31b0b34249528679631581fc3f952;hpb=47112c3c6f83242da437b492bc4a609b92a8cd13;p=catagits%2FCatalyst-Runtime.git 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' );