diff stream_js_variables.t @ 1544:53ed2231403b

Tests: js TODO adjusted.
author Dmitry Volyntsev <xeioex@nginx.com>
date Thu, 16 Jan 2020 19:15:25 +0300
parents 4281225b0c52
children e9096949d5f5
line wrap: on
line diff
--- a/stream_js_variables.t
+++ b/stream_js_variables.t
@@ -91,15 +91,9 @@ EOF
 
 ###############################################################################
 
-TODO: {
-local $TODO = 'not yet'
-	unless get('/njs') =~ /^([.0-9]+)$/m && $1 ge '0.2.8';
-
 is(stream('127.0.0.1:' . port(8081))->read(), 'test_var400', 'var set');
 is(stream('127.0.0.1:' . port(8082))->read(), 'not_found', 'not found set');
 
-}
-
 $t->stop();
 
 ###############################################################################