changeset 169:81559ffe5b45

Tests: preread body problem fixed in 1.1.1, remove TODO.
author Maxim Dounin <mdounin@mdounin.ru>
date Mon, 22 Aug 2011 18:38:02 +0400
parents e9133938a5d3
children c5696c97c735
files dav.t
diffstat 1 files changed, 0 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/dav.t
+++ b/dav.t
@@ -98,12 +98,8 @@ EOF
 
 like($r, qr/201 Created.*(Content-Length|\x0d\0a0\x0d\x0a)/ms,
 	'put file extra data');
-TODO: {
-local $TODO = 'not yet';
-
 is(-s $t->testdir() . '/file', 10,
 	'put file extra data size');
-}
 
 TODO: {
 local $TODO = 'broken in 0.8.32';