diff proxy_store.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 1a5574d84917
line wrap: on
line diff
--- a/proxy_store.t
+++ b/proxy_store.t
@@ -75,7 +75,7 @@ like(http_get('/store-index-nostore.html
 	'proxy request with x-accel-expires');
 
 TODO: {
-local $TODO = 'patch under review';
+local $TODO = 'patch rejected';
 
 ok(!-e $t->testdir() . '/store-index-nostore.html', 'result not stored');
 }
@@ -88,15 +88,10 @@ sleep(1);
 ok(scalar @{[ glob $t->testdir() . '/proxy_temp/*' ]} == 0,
 	'no temp files after aborted request');
 
-TODO: {
-local $TODO = 'not fixed yet';
-
 http_get('/ssi.html', aborted => 1, sleep => 0.1);
 sleep(1);
 
 ok(scalar @{[ glob $t->testdir() . '/proxy_temp/*' ]} == 0,
 	'no temp files after aborted ssi');
 
-}
-
 ###############################################################################