comparison proxy_cache_lock.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 60888e2c3f5a
comparison
equal deleted inserted replaced
396:5eb0df61f371 397:847ea345becb
68 68
69 EOF 69 EOF
70 70
71 $t->run_daemon(\&http_fake_daemon); 71 $t->run_daemon(\&http_fake_daemon);
72 72
73 $t->try_run('no proxy_cache_lock')->plan(19); 73 $t->run()->plan(19);
74 74
75 $t->waitforsocket('127.0.0.1:8081'); 75 $t->waitforsocket('127.0.0.1:8081');
76 76
77 ############################################################################### 77 ###############################################################################
78 78