changeset 55:2020bf9c75ce

Tests: 100-continue was fixed in 0.7.29, remove TODO.
author Maxim Dounin <mdounin@mdounin.ru>
date Fri, 09 Jan 2009 04:05:52 +0300
parents ec7903def1bb
children 573c8293ac38
files expect-100-continue.t
diffstat 1 files changed, 0 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/expect-100-continue.t
+++ b/expect-100-continue.t
@@ -54,9 +54,6 @@ EOF
 
 like(http_100_request('/', '1.1'), qr/100/, 'expect 100 continue');
 
-TODO: {
-local $TODO = 'patch under review';
-
 # From RFC 2616, 8.2.3 Use of the 100 (Continue) Status:
 #
 #      - An origin server SHOULD NOT send a 100 (Continue) response if
@@ -67,8 +64,6 @@ local $TODO = 'patch under review';
 
 unlike(http_100_request('/', '1.0'), qr/100/, 'no 100 continue via http 1.0');
 
-}
-
 ###############################################################################
 
 sub http_100_request {