# HG changeset patch # User Maxim Dounin # Date 1240843347 -14400 # Node ID a31296de1987a6faa52f694ba43313e80dee0ea2 # Parent f2d09159a8f3150f7cf93595d38c6245c5841657 Tests: proxy_store fixed in 0.7.53, remove TODO. diff --git a/proxy-store.t b/proxy-store.t --- 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'); -} ###############################################################################