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_cookies.t;h=5f2f2266c6605e7e2a428a5ad461af31615dd61e;hp=59b2a1d60364237f410c9eaf31c7eff2a4ea1ee6;hb=d11e0c1d9eccf6f0fe7f1c2bd0313d5cf742b772;hpb=47112c3c6f83242da437b492bc4a609b92a8cd13 diff --git a/t/aggregate/live_engine_response_cookies.t b/t/aggregate/live_engine_response_cookies.t index 59b2a1d..5f2f226 100644 --- a/t/aggregate/live_engine_response_cookies.t +++ b/t/aggregate/live_engine_response_cookies.t @@ -33,8 +33,6 @@ my $expected = { is_deeply( $cookies, $expected, 'Response Cookies' ); } -# 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/cookies/two'), 'Request' );