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

andyg at dev.catalyst.perl.org andyg at dev.catalyst.perl.org
Fri Dec 5 08:15:54 GMT 2008


Author: andyg
Date: 2008-12-05 08:15:54 +0000 (Fri, 05 Dec 2008)
New Revision: 8739

Modified:
   Catalyst-Runtime/5.80/trunk/t/aggregate/live_engine_request_uploads.t
Log:
Revert last fix, this breaks on old LWP, grrr

Modified: Catalyst-Runtime/5.80/trunk/t/aggregate/live_engine_request_uploads.t
===================================================================
--- Catalyst-Runtime/5.80/trunk/t/aggregate/live_engine_request_uploads.t	2008-12-05 08:13:06 UTC (rev 8738)
+++ Catalyst-Runtime/5.80/trunk/t/aggregate/live_engine_request_uploads.t	2008-12-05 08:15:54 UTC (rev 8739)
@@ -270,6 +270,7 @@
         'http://localhost/dump/body/',
         'Content-Type' => 'application/octet-stream',
         'Content'      => 'foobarbaz',
+        'Content-Length' => 9,
     );
 
     ok( my $response = request($request), 'Request' );




More information about the Catalyst-commits mailing list