changeset 88:a31296de1987

Tests: proxy_store fixed in 0.7.53, remove TODO.
author Maxim Dounin <mdounin@mdounin.ru>
date Mon, 27 Apr 2009 18:42:27 +0400
parents f2d09159a8f3
children abbe4b123795
files proxy-store.t
diffstat 1 files changed, 0 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/proxy-store.t
+++ b/proxy-store.t
@@ -86,14 +86,10 @@ ok(!-e $t->testdir() . '/nostore', 'resu
 
 ok(scalar @{[ glob $t->testdir() . '/proxy_temp/*' ]} == 0, 'no temp files');
 
-TODO: {
-local $TODO = 'patch under review';
-
 http_get('/big', aborted => 1, sleep => 0.1);
 sleep(1);
 
 ok(scalar @{[ glob $t->testdir() . '/proxy_temp/*' ]} == 0,
 	'no temp files after aborted request');
-}
 
 ###############################################################################