diff options
Diffstat (limited to 'test-suite/tests/web-request.test')
-rw-r--r-- | test-suite/tests/web-request.test | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/test-suite/tests/web-request.test b/test-suite/tests/web-request.test index 82759bd6b..32b99dd99 100644 --- a/test-suite/tests/web-request.test +++ b/test-suite/tests/web-request.test @@ -1,6 +1,6 @@ ;;;; web-request.test --- HTTP requests -*- mode: scheme; coding: utf-8; -*- ;;;; -;;;; Copyright (C) 2010 Free Software Foundation, Inc. +;;;; Copyright (C) 2010, 2011 Free Software Foundation, Inc. ;;;; ;;;; This library is free software; you can redistribute it and/or ;;;; modify it under the terms of the GNU Lesser General Public @@ -61,12 +61,12 @@ Accept-Language: en-gb, en;q=0.9\r (request-headers r) '((host . ("localhost" . 8080)) (user-agent . "Mozilla/5.0 (X11; U; Linux x86_64; en-us) AppleWebKit/531.2+ (KHTML, like Gecko) Safari/531.2+ Epiphany/2.30.2") - (accept . (("application/xml") - ("application/xhtml+xml") - ("text/html" (q . 900)) - ("text/plain" (q . 800)) - ("image/png") - ("*/*" (q . 500)))) + (accept . ((application/xml) + (application/xhtml+xml) + (text/html (q . 900)) + (text/plain (q . 800)) + (image/png) + (*/* (q . 500)))) (accept-encoding . ((1000 . "gzip"))) (accept-language . ((1000 . "en-gb") (900 . "en")))))) |