comparison http_resolver.t @ 450:9e26d5b10fb3

Tests: fixed typo.
author Sergey Kandaurov <pluknet@nginx.com>
date Tue, 19 Aug 2014 16:50:31 +0400
parents 0bc79a098213
children a65cb9330c91
comparison
equal deleted inserted replaced
449:0bc79a098213 450:9e26d5b10fb3
95 $t->waitforfile($t->testdir . '/8081'); 95 $t->waitforfile($t->testdir . '/8081');
96 $t->waitforfile($t->testdir . '/8082'); 96 $t->waitforfile($t->testdir . '/8082');
97 97
98 ############################################################################### 98 ###############################################################################
99 99
100 # schedule resend test, which takes abound 5 seconds to complete 100 # schedule resend test, which takes about 5 seconds to complete
101 101
102 my $s = http_host_header('id.example.net', '/resend', start => 1); 102 my $s = http_host_header('id.example.net', '/resend', start => 1);
103 103
104 like(http_host_header('a.example.net', '/'), qr/200 OK/, 'A'); 104 like(http_host_header('a.example.net', '/'), qr/200 OK/, 'A');
105 105