comparison proxy_cache_revalidate.t @ 397:847ea345becb

Tests: removed TODO and try_run() checks for legacy versions.
author Sergey Kandaurov <pluknet@nginx.com>
date Mon, 05 May 2014 11:46:01 +0400
parents c28ecaef065f
children f620d9529ed6
comparison
equal deleted inserted replaced
396:5eb0df61f371 397:847ea345becb
65 EOF 65 EOF
66 66
67 $t->write_file('t', 'SEE-THIS'); 67 $t->write_file('t', 'SEE-THIS');
68 $t->write_file('t2', 'SEE-THIS'); 68 $t->write_file('t2', 'SEE-THIS');
69 69
70 $t->try_run('no proxy_cache_revalidate')->plan(9); 70 $t->run()->plan(9);
71 71
72 ############################################################################### 72 ###############################################################################
73 73
74 # request documents and make sure they are cached 74 # request documents and make sure they are cached
75 75