diff stream_js_buffer.t @ 1810:7cf848422b28

Tests: removed remaining njs version checks older than 0.6.0.
author Dmitry Volyntsev <xeioex@nginx.com>
date Fri, 02 Dec 2022 17:46:16 -0800
parents d16310f0ada7
children
line wrap: on
line diff
--- a/stream_js_buffer.t
+++ b/stream_js_buffer.t
@@ -159,10 +159,6 @@ EOF
 
 ###############################################################################
 
-TODO: {
-local $TODO = 'not yet'
-	unless http_get('/njs') =~ /^([.0-9]+)$/m && $1 ge '0.5.0';
-
 is(stream('127.0.0.1:' . port(8081))->read(), 'buffer', 'var type');
 is(stream('127.0.0.1:' . port(8082))->read(), 'true', 'binary var');
 
@@ -177,6 +173,5 @@ ok(index($t->read_file('error.log'), 'cb
    > 0, 'cb mismatch');
 ok(index($t->read_file('error.log'), 'cb_mismatch2:mixing string and buffer')
    > 0, 'cb mismatch');
-}
 
 ###############################################################################