diff body_chunked.t @ 317:a9621dbbd0d4

Tests: remove TODOs with 1.3.x version checks.
author Maxim Dounin <mdounin@mdounin.ru>
date Tue, 23 Jul 2013 20:25:05 +0400
parents 970bb423e59f
children 202de1d281e5
line wrap: on
line diff
--- a/body_chunked.t
+++ b/body_chunked.t
@@ -99,9 +99,6 @@ EOF
 
 ###############################################################################
 
-TODO: {
-local $TODO = 'not yet' unless $t->has_version('1.3.9');
-
 like(http_get_body('/', '0123456789'),
 	qr/X-Body: 0123456789\x0d?$/ms, 'body');
 
@@ -136,8 +133,6 @@ like(http_get_body('/discard', '01234567
 like(http_get_body('/next', '0123456789'),
         qr/X-Body: 0123456789\x0d?$/ms, 'body chunked next upstream');
 
-}
-
 ###############################################################################
 
 sub read_body_file {