diff perl.t @ 316:f36c3532a117

Tests: perl and proxy_set_body fixes merged, remove TODO.
author Maxim Dounin <mdounin@mdounin.ru>
date Tue, 23 Jul 2013 19:45:15 +0400
parents e491290fe83a
children e9064d691790
line wrap: on
line diff
--- a/perl.t
+++ b/perl.t
@@ -110,9 +110,6 @@ like(http(
 	. 'Host: localhost' . CRLF . CRLF
 ), qr/xfoo: foo/, 'perl header_in unknown');
 
-TODO: {
-local $TODO = 'broken in 1.3.14' unless $t->has_version('1.5.2');
-
 like(http(
 	'GET / HTTP/1.0' . CRLF
 	. 'Cookie: foo' . CRLF
@@ -139,8 +136,6 @@ like(http(
 	. 'Host: localhost' . CRLF . CRLF
 ), qr/xff: foo1, foo2/, 'perl header_in xff2');
 
-}
-
 # various request body tests
 
 like(http(