comparison proxy_ssl_certificate_empty.t @ 1937:2a0a6035a1af

Tests: removed TODO and try_run() checks for legacy versions.
author Sergey Kandaurov <pluknet@nginx.com>
date Fri, 25 Aug 2023 18:12:08 +0400
parents 29f4d48b5b31
children
comparison
equal deleted inserted replaced
1936:716d7500317d 1937:2a0a6035a1af
96 96
97 sleep 1 if $^O eq 'MSWin32'; 97 sleep 1 if $^O eq 'MSWin32';
98 98
99 $t->write_file('index.html', ''); 99 $t->write_file('index.html', '');
100 100
101 $t->try_run('no empty value support')->plan(2); 101 $t->run()->plan(2);
102 102
103 ############################################################################### 103 ###############################################################################
104 104
105 like(http_get('/verify'), qr/X-Verify: SUCCESS/ms, 'verify certificate'); 105 like(http_get('/verify'), qr/X-Verify: SUCCESS/ms, 'verify certificate');
106 like(http_get('/cancel'), qr/X-Verify: NONE/ms, 'cancel certificate'); 106 like(http_get('/cancel'), qr/X-Verify: NONE/ms, 'cancel certificate');