# 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 -r f2d09159a8f3 -r a31296de1987 proxy-store.t --- a/proxy-store.t Sun Apr 26 03:54:40 2009 +0400 +++ b/proxy-store.t Mon Apr 27 18:42:27 2009 +0400 @@ -86,14 +86,10 @@ 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'); -} ###############################################################################