Merge cookie fix from 5.7
Andy Grundman [Wed, 15 Oct 2008 19:33:23 +0000 (19:33 +0000)]
t/aggregate/live_engine_response_cookies.t

index 8442fcf..5f2f226 100644 (file)
@@ -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 /|]
 };
 
 {