comparison addition_buffered.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 8c5ba361b416
children
comparison
equal deleted inserted replaced
1250:b708848eb49a 1251:766bcbb632ee
60 60
61 ############################################################################### 61 ###############################################################################
62 62
63 # if data is buffered, there should be no interleaved data in output 63 # if data is buffered, there should be no interleaved data in output
64 64
65 TODO: {
66 local $TODO = 'not yet' unless $t->has_version('1.11.5');
67
68 like(http_get('/proxy/body.html'), qr/^XXXXXafter$/m, 'request'); 65 like(http_get('/proxy/body.html'), qr/^XXXXXafter$/m, 'request');
69 66
70 }
71
72 ############################################################################### 67 ###############################################################################