comparison fastcgi_split.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 74a015aad352
children e9064d691790
comparison
equal deleted inserted replaced
396:5eb0df61f371 397:847ea345becb
68 $t->waitforsocket('127.0.0.1:8081'); 68 $t->waitforsocket('127.0.0.1:8081');
69 $t->waitforsocket('127.0.0.1:8082'); 69 $t->waitforsocket('127.0.0.1:8082');
70 70
71 ############################################################################### 71 ###############################################################################
72 72
73 TODO: {
74 local $TODO = 'not yet' unless $t->has_version('1.5.12');
75
76 like(http_get('/'), qr/^Good: header/ms, 'fastcgi next upstream'); 73 like(http_get('/'), qr/^Good: header/ms, 'fastcgi next upstream');
77
78 }
79 74
80 ############################################################################### 75 ###############################################################################
81 76
82 sub fastcgi_daemon { 77 sub fastcgi_daemon {
83 my ($port) = @_; 78 my ($port) = @_;