X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Faggregate%2Flive_engine_response_cookies.t;h=59b2a1d60364237f410c9eaf31c7eff2a4ea1ee6;hb=86c71af01d64c0641a9ae90a35fef2872ae046e9;hp=8442fcfd2c1a80e73631d07d3c684429787fdc8f;hpb=42da66a91b0a87ebb81d8552bcd0b05d3557c83e;p=catagits%2FCatalyst-Runtime.git diff --git a/t/aggregate/live_engine_response_cookies.t b/t/aggregate/live_engine_response_cookies.t index 8442fcf..59b2a1d 100644 --- a/t/aggregate/live_engine_response_cookies.t +++ b/t/aggregate/live_engine_response_cookies.t @@ -11,8 +11,8 @@ use Catalyst::Test 'TestApp'; use HTTP::Headers::Util 'split_header_words'; my $expected = { - Catalyst => [qw|Catalyst Cool path /bah|], - Cool => [qw|Cool Catalyst path /|] + catalyst => [qw|catalyst cool path /bah|], + cool => [qw|cool catalyst path /|] }; { @@ -33,6 +33,8 @@ 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' );