[Catalyst-commits] r8754 - Catalyst-Runtime/5.80/trunk/t/aggregate
andyg at dev.catalyst.perl.org
andyg at dev.catalyst.perl.org
Fri Dec 5 17:41:51 GMT 2008
Author: andyg
Date: 2008-12-05 17:41:51 +0000 (Fri, 05 Dec 2008)
New Revision: 8754
Modified:
Catalyst-Runtime/5.80/trunk/t/aggregate/live_engine_response_cookies.t
Log:
Add note about failing tests on remote servers because of LWP bug
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-12-05 17:36:48 UTC (rev 8753)
+++ Catalyst-Runtime/5.80/trunk/t/aggregate/live_engine_response_cookies.t 2008-12-05 17:41:51 UTC (rev 8754)
@@ -33,6 +33,8 @@
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' );
More information about the Catalyst-commits
mailing list