diff 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
line wrap: on
line diff
--- a/ssi.t
+++ b/ssi.t
@@ -85,13 +85,7 @@ like(http_get('/test3.html'), qr/^XtestX
 
 unlike(http_get('/test1.html'), qr/Last-Modified|Accept-Ranges/im,
 	'cleared headers');
-
-TODO: {
-local $TODO = 'broken since 0.7.44';
-
 unlike(http_get('/proxy/test1.html'), qr/Last-Modified|Accept-Ranges/im,
 	'cleared headers from proxy');
 
-}
-
 ###############################################################################