comparison proxy_chunked.t @ 224:ba992cfdc606

Tests: remove TODO from tests which pass in 1.2.x.
author Maxim Dounin <mdounin@mdounin.ru>
date Sun, 03 Jun 2012 14:47:10 +0400
parents c0ae29632905
children 6a0d934950bc
comparison
equal deleted inserted replaced
223:f9325406df0b 224:ba992cfdc606
68 $t->run_daemon(\&http_chunked_daemon); 68 $t->run_daemon(\&http_chunked_daemon);
69 $t->run(); 69 $t->run();
70 70
71 ############################################################################### 71 ###############################################################################
72 72
73 {
74 local $TODO = 'not yet';
75
76 like(http_get('/'), qr/\x0d\x0aSEE-THIS$/s, 'chunked'); 73 like(http_get('/'), qr/\x0d\x0aSEE-THIS$/s, 'chunked');
77 like(http_get('/nobuffering'), qr/\x0d\x0aSEE-THIS$/s, 'chunked nobuffering'); 74 like(http_get('/nobuffering'), qr/\x0d\x0aSEE-THIS$/s, 'chunked nobuffering');
78 like(http_get('/inmemory.html'), qr/\x0d\x0aSEE-THIS$/s, 'chunked inmemory'); 75 like(http_get('/inmemory.html'), qr/\x0d\x0aSEE-THIS$/s, 'chunked inmemory');
79 }
80 76
81 ############################################################################### 77 ###############################################################################
82 78
83 sub http_chunked_daemon { 79 sub http_chunked_daemon {
84 my $server = IO::Socket::INET->new( 80 my $server = IO::Socket::INET->new(