diff options
Diffstat (limited to 'test-suite/tests/web-response.test')
-rw-r--r-- | test-suite/tests/web-response.test | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test-suite/tests/web-response.test b/test-suite/tests/web-response.test index 7c942754f..278b0b3e3 100644 --- a/test-suite/tests/web-response.test +++ b/test-suite/tests/web-response.test @@ -1,6 +1,6 @@ ;;;; web-response.test --- HTTP responses -*- 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 @@ -79,7 +79,7 @@ abcdefghijklmnopqrstuvwxyz0123456789") (vary . (accept-encoding)) (content-encoding . ("gzip")) (content-length . 36) - (content-type . ("text/html" ("charset" . "utf-8")))))) + (content-type . (text/html (charset . "utf-8")))))) (pass-if "write then read" (call-with-values |