diff stream_js.t @ 1544:53ed2231403b

Tests: js TODO adjusted.
author Dmitry Volyntsev <xeioex@nginx.com>
date Thu, 16 Jan 2020 19:15:25 +0300
parents 2e81f7788cf7
children f3ba4c74de31
line wrap: on
line diff
--- a/stream_js.t
+++ b/stream_js.t
@@ -367,10 +367,6 @@ is(stream('127.0.0.1:' . port(8082))->re
 is(stream('127.0.0.1:' . port(8083))->read(), '', 'stream js unknown function');
 is(stream('127.0.0.1:' . port(8084))->read(), 'sess_unk=undefined', 's.unk');
 
-TODO: {
-local $TODO = 'not yet'
-	unless get('/njs') =~ /^([.0-9]+)$/m && $1 ge '0.2.4';
-
 is(stream('127.0.0.1:' . port(8086))->io('0'), '0122345',
 	'async handlers order');
 is(stream('127.0.0.1:' . port(8087))->io('#'), 'OK', 'js_access_undecided');
@@ -385,8 +381,6 @@ is(stream('127.0.0.1:' . port(8094))->io
 like(get('/p/return'), qr/foo/, 'js_filter_injected_header');
 is(stream('127.0.0.1:' . port(8096))->io('x'), 'z', 'js_filter_search');
 
-}
-
 stream('127.0.0.1:' . port(8097))->io('x');
 stream('127.0.0.1:' . port(8098))->io('x');
 stream('127.0.0.1:' . port(8099))->io('x');