summaryrefslogtreecommitdiff
path: root/share/www/script/test/list_views.js
diff options
context:
space:
mode:
authorJohn Christopher Anderson <jchris@apache.org>2009-07-04 16:19:23 +0000
committerJohn Christopher Anderson <jchris@apache.org>2009-07-04 16:19:23 +0000
commit887955a951470a9dc211c6e404905292f1a39585 (patch)
tree2b9c8730672938316cba1c525438dba86a04f398 /share/www/script/test/list_views.js
parentf6fd760c17cb5d5d49211be4b4ff92e797e83157 (diff)
send utf-8 hearders with list and show responses. closes COUCHDB-392
git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@791145 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'share/www/script/test/list_views.js')
-rw-r--r--share/www/script/test/list_views.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/share/www/script/test/list_views.js b/share/www/script/test/list_views.js
index 2b7e4cb3..bbe0814c 100644
--- a/share/www/script/test/list_views.js
+++ b/share/www/script/test/list_views.js
@@ -312,7 +312,7 @@ couchTests.list_views = function(debug) {
"Accept": 'text/html'
}
});
- T(xhr.getResponseHeader("Content-Type") == "text/html");
+ T(xhr.getResponseHeader("Content-Type") == "text/html; charset=utf-8");
T(xhr.responseText.match(/HTML/));
T(xhr.responseText.match(/Value/));