comparison proxy_cache_manager.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 79f93c764353
children
comparison
equal deleted inserted replaced
1250:b708848eb49a 1251:766bcbb632ee
74 } 74 }
75 75
76 EOF 76 EOF
77 77
78 $t->write_file('t.html', 'SEE-THIS'); 78 $t->write_file('t.html', 'SEE-THIS');
79 $t->try_run('no manager params')->plan(3); 79 $t->run()->plan(3);
80 80
81 ############################################################################### 81 ###############################################################################
82 82
83 my $d = $t->testdir(); 83 my $d = $t->testdir();
84 84