comparison debug_connection.t @ 827:df3ab213fb0f

Tests: typo.
author Andrey Zelenkov <zelenkov@nginx.com>
date Wed, 27 Jan 2016 16:04:41 +0300
parents 089c4174e269
children e9064d691790
comparison
equal deleted inserted replaced
826:64abcc611242 827:df3ab213fb0f
58 58
59 http_get('/'); 59 http_get('/');
60 60
61 select undef, undef, undef, 0.1; 61 select undef, undef, undef, 0.1;
62 is($t->read_file('debug1.log'), '', 'no debug_connection file 1'); 62 is($t->read_file('debug1.log'), '', 'no debug_connection file 1');
63 is($t->read_file('debug2.log'), '', 'no debug_connection file 1'); 63 is($t->read_file('debug2.log'), '', 'no debug_connection file 2');
64 64
65 http_get('/debug'); 65 http_get('/debug');
66 66
67 select undef, undef, undef, 0.1; 67 select undef, undef, undef, 0.1;
68 like($t->read_file('debug1.log'), qr/\[debug\]/, 'debug_connection file 1'); 68 like($t->read_file('debug1.log'), qr/\[debug\]/, 'debug_connection file 1');