changeset 177:89d3041856b3

Tests: old location header is cleared in 1.1.6, remove TODO.
author Maxim Dounin <mdounin@mdounin.ru>
date Tue, 01 Nov 2011 21:10:21 +0300
parents 847811d5192c
children 168e63df025b
files http_error_page.t
diffstat 1 files changed, 0 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/http_error_page.t
+++ b/http_error_page.t
@@ -105,9 +105,6 @@ mkdir($t->testdir() . '/directory');
 like(http_get('/redirect200'), qr!HTTP!, 'redirect 200');
 like(http_get('/redirect497'), qr!HTTP/1.1 302!, 'redirect 497');
 
-TODO: {
-local $TODO = 'not yet';
-
 # various tests to see if old location cleared if we happen to redirect
 # again in error_page 302
 
@@ -131,6 +128,4 @@ like(http_get('/error302auto'),
 	qr{HTTP/1.1 301(?!.*Location: first).*Location: http://}ms,
 	'error 302 auto redirect - old location cleared');
 
-}
-
 ###############################################################################