diff js_request_body.t @ 1520:9521130f6f22

Tests: js TODO adjusted.
author Dmitry Volyntsev <xeioex@nginx.com>
date Tue, 15 Oct 2019 19:36:25 +0300
parents 9d579fc770a6
children a7902e5adeab
line wrap: on
line diff
--- a/js_request_body.t
+++ b/js_request_body.t
@@ -81,15 +81,11 @@ EOF
 
 ###############################################################################
 
-TODO: {
-local $TODO = 'deprecated api'
-		unless http_get('/njs') =~ /^([.0-9]+)$/m && $1 ge '0.2.2';
 like(http_post('/body'), qr/REQ-BODY/, 'request body');
 like(http_post('/in_file'), qr/request body is in a file/,
 	'request body in file');
 like(http_post_big('/body'), qr/200.*^(1234567890){1024}$/ms,
 		'request body big');
-}
 
 ###############################################################################