diff stream_access_log_escape.t @ 1251:766bcbb632ee

Tests: removed TODO and try_run() checks for legacy versions.
author Sergey Kandaurov <pluknet@nginx.com>
date Fri, 24 Nov 2017 19:58:40 +0300
parents a5f9c878c3ab
children f3ba4c74de31
line wrap: on
line diff
--- a/stream_access_log_escape.t
+++ b/stream_access_log_escape.t
@@ -54,7 +54,7 @@ stream {
 
 EOF
 
-$t->try_run('no stream map')->plan(2);
+$t->run()->plan(2);
 
 ###############################################################################
 
@@ -62,12 +62,7 @@ http_get('/');
 
 $t->stop();
 
-TODO: {
-local $TODO = 'not yet' unless $t->has_version('1.11.8');
-
 is($t->read_file('json.log'), '\" \\\\ \"foo' . "\n", 'json');
 is($t->read_file('test.log'), '\x22 \x5C \x22foo-' . "\n", 'default');
 
-}
-
 ###############################################################################