[Catalyst-commits] r8755 - Catalyst-Runtime/5.80/trunk/t/aggregate

andyg at dev.catalyst.perl.org andyg at dev.catalyst.perl.org
Fri Dec 5 17:44:14 GMT 2008


Author: andyg
Date: 2008-12-05 17:44:13 +0000 (Fri, 05 Dec 2008)
New Revision: 8755

Modified:
   Catalyst-Runtime/5.80/trunk/t/aggregate/live_engine_response_redirect.t
Log:
Note for other redirect test

Modified: Catalyst-Runtime/5.80/trunk/t/aggregate/live_engine_response_redirect.t
===================================================================
--- Catalyst-Runtime/5.80/trunk/t/aggregate/live_engine_response_redirect.t	2008-12-05 17:41:51 UTC (rev 8754)
+++ Catalyst-Runtime/5.80/trunk/t/aggregate/live_engine_response_redirect.t	2008-12-05 17:44:13 UTC (rev 8755)
@@ -9,6 +9,8 @@
 use Test::More tests => 26;
 use Catalyst::Test 'TestApp';
 
+# 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/redirect/one'), 'Request' );
     ok( $response->is_redirect, 'Response Redirection 3xx' );




More information about the Catalyst-commits mailing list