[Catalyst-commits] r8536 - Catalyst-Runtime/5.80/trunk/t/aggregate
andyg at dev.catalyst.perl.org
andyg at dev.catalyst.perl.org
Wed Oct 15 20:33:24 BST 2008
Author: andyg
Date: 2008-10-15 20:33:23 +0100 (Wed, 15 Oct 2008)
New Revision: 8536
Modified:
Catalyst-Runtime/5.80/trunk/t/aggregate/live_engine_response_cookies.t
Log:
Merge cookie fix from 5.7
Modified: Catalyst-Runtime/5.80/trunk/t/aggregate/live_engine_response_cookies.t
===================================================================
--- Catalyst-Runtime/5.80/trunk/t/aggregate/live_engine_response_cookies.t 2008-10-15 19:24:16 UTC (rev 8535)
+++ Catalyst-Runtime/5.80/trunk/t/aggregate/live_engine_response_cookies.t 2008-10-15 19:33:23 UTC (rev 8536)
@@ -11,8 +11,8 @@
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 /|]
};
{
More information about the Catalyst-commits
mailing list