comparison ssi.t @ 98:b8b901f86518

Tests: Last-Modified and Accept-Ranges fixed in 0.8.7, remove TODO.
author Maxim Dounin <mdounin@mdounin.ru>
date Sun, 26 Jul 2009 09:04:49 +0400
parents ec89d4d65bef
children 9f723d3ba52d
comparison
equal deleted inserted replaced
97:506586cc2f3b 98:b8b901f86518
83 83
84 # Last-Modified and Accept-Ranges headers should be cleared 84 # Last-Modified and Accept-Ranges headers should be cleared
85 85
86 unlike(http_get('/test1.html'), qr/Last-Modified|Accept-Ranges/im, 86 unlike(http_get('/test1.html'), qr/Last-Modified|Accept-Ranges/im,
87 'cleared headers'); 87 'cleared headers');
88
89 TODO: {
90 local $TODO = 'broken since 0.7.44';
91
92 unlike(http_get('/proxy/test1.html'), qr/Last-Modified|Accept-Ranges/im, 88 unlike(http_get('/proxy/test1.html'), qr/Last-Modified|Accept-Ranges/im,
93 'cleared headers from proxy'); 89 'cleared headers from proxy');
94 90
95 }
96
97 ############################################################################### 91 ###############################################################################