[Catalyst-commits] r12578 -
Catalyst-Runtime/5.80/branches/psgi/t/aggregate
rafl at dev.catalyst.perl.org
rafl at dev.catalyst.perl.org
Sat Jan 9 21:16:46 GMT 2010
Author: rafl
Date: 2010-01-09 21:16:46 +0000 (Sat, 09 Jan 2010)
New Revision: 12578
Modified:
Catalyst-Runtime/5.80/branches/psgi/t/aggregate/live_engine_request_headers.t
Log:
Fix typo.
Modified: Catalyst-Runtime/5.80/branches/psgi/t/aggregate/live_engine_request_headers.t
===================================================================
--- Catalyst-Runtime/5.80/branches/psgi/t/aggregate/live_engine_request_headers.t 2010-01-09 21:16:40 UTC (rev 12577)
+++ Catalyst-Runtime/5.80/branches/psgi/t/aggregate/live_engine_request_headers.t 2010-01-09 21:16:46 UTC (rev 12578)
@@ -31,7 +31,7 @@
like( $response->content, qr/^bless\( .* 'Catalyst::Request' \)$/s, 'Content is a serialized Catalyst::Request' );
ok( eval '$creq = ' . $response->content, 'Unserialize Catalyst::Request' );
isa_ok( $creq, 'Catalyst::Request' );
- ok( $creq->secure, 'Forwarded port sets securet' );
+ ok( $creq->secure, 'Forwarded port sets secure' );
isa_ok( $creq->headers, 'HTTP::Headers', 'Catalyst::Request->headers' );
is( $creq->header('X-Whats-Cool'), $request->header('X-Whats-Cool'), 'Catalyst::Request->header X-Whats-Cool' );
More information about the Catalyst-commits
mailing list