diff body.t @ 1693:5ac6efbe5552

Tests: removed TODO and try_run() checks for legacy versions.
author Sergey Kandaurov <pluknet@nginx.com>
date Tue, 01 Jun 2021 16:40:18 +0300
parents 57a92c20f974
children
line wrap: on
line diff
--- a/body.t
+++ b/body.t
@@ -170,9 +170,6 @@ like(http_get_body('/next', '0123456789'
 
 # discarded request body in redirect via error_page
 
-TODO: {
-local $TODO = 'not yet' unless $t->has_version('1.17.7');
-
 unlike(
 	http(
 		'POST /redirect HTTP/1.1' . CRLF
@@ -184,8 +181,6 @@ unlike(
 	qr/400 Bad Request/ms, 'redirect - discard request body'
 );
 
-}
-
 ###############################################################################
 
 sub read_body_file {