comparison stream_proxy_complex.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 1beb641e21c9
children f3ba4c74de31
comparison
equal deleted inserted replaced
1250:b708848eb49a 1251:766bcbb632ee
62 } 62 }
63 } 63 }
64 64
65 EOF 65 EOF
66 66
67 $t->try_run('no stream proxy_pass with complex value')->plan(5); 67 $t->run()->plan(5);
68 68
69 ############################################################################### 69 ###############################################################################
70 70
71 is(stream('127.0.0.1:' . port(8081))->read(), port(8091), 'upstream'); 71 is(stream('127.0.0.1:' . port(8081))->read(), port(8091), 'upstream');
72 is(stream('127.0.0.1:' . port(8081))->read(), port(8091), 'upstream again'); 72 is(stream('127.0.0.1:' . port(8081))->read(), port(8091), 'upstream again');