From e62940734f7a777298adb776cbd1f6edcf34ceb1 Mon Sep 17 00:00:00 2001 From: Jay McCarthy Date: Wed, 7 Dec 2011 08:15:38 -0700 Subject: [PATCH] Fixing changed test --- collects/tests/web-server/private/response-test.rkt | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/collects/tests/web-server/private/response-test.rkt b/collects/tests/web-server/private/response-test.rkt index 130043568d..d2eb134a1c 100644 --- a/collects/tests/web-server/private/response-test.rkt +++ b/collects/tests/web-server/private/response-test.rkt @@ -262,7 +262,7 @@ (parameterize ([current-error-port os]) (output output-file/boundary tmp-file #"GET" #"text/html" '((-10 . -5) (1000 . 1050) (50 . 49)) #"BOUNDARY")) (get-output-string os)) - "convert-http-ranges: No satisfiable ranges in ((-10 . -5) (1000 . 1050) (50 . 49))/81.") + "") (test-equi? "(head) whole file - no Range header" (output output-file tmp-file #"HEAD" #"text/html" #f) @@ -304,6 +304,4 @@ (output output-file/boundary tmp-file #"HEAD" #"text/html" '((-10 . -5) (1000 . 1050) (50 . 49)) #"BOUNDARY")) (get-output-string os)) - "convert-http-ranges: No satisfiable ranges in ((-10 . -5) (1000 . 1050) (50 . 49))/81.") - - )))) + "")))))