comparison fastcgi_header_params.t @ 241:a01a53bcbf11

Tests: remove unneeded TODOs.
author Maxim Dounin <mdounin@mdounin.ru>
date Mon, 26 Nov 2012 03:47:25 +0400
parents 8d2c6358d830
children 6a0d934950bc
comparison
equal deleted inserted replaced
240:462d89f5732a 241:a01a53bcbf11
54 $t->run_daemon(\&fastcgi_daemon); 54 $t->run_daemon(\&fastcgi_daemon);
55 $t->run(); 55 $t->run();
56 56
57 ############################################################################### 57 ###############################################################################
58 58
59 SKIP: {
60 skip 'unsafe', 1 unless $ENV{TEST_NGINX_UNSAFE};
61
62 local $TODO = 'not yet';
63
64 like(http_get_headers('/'), qr/SEE-THIS/, 59 like(http_get_headers('/'), qr/SEE-THIS/,
65 'fastcgi request with many ignored headers'); 60 'fastcgi request with many ignored headers');
66
67 }
68 61
69 ############################################################################### 62 ###############################################################################
70 63
71 sub http_get_headers { 64 sub http_get_headers {
72 my ($url, %extra) = @_; 65 my ($url, %extra) = @_;