From: Andy Grundman Date: Wed, 15 Oct 2008 19:33:23 +0000 (+0000) Subject: Merge cookie fix from 5.7 X-Git-Tag: 5.8000_03~36 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=commitdiff_plain;h=29d278fd1365c9ff3d6b7ae05379980cbfef2615 Merge cookie fix from 5.7 --- diff --git a/t/aggregate/live_engine_response_cookies.t b/t/aggregate/live_engine_response_cookies.t index 8442fcf..5f2f226 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 /|] }; {