summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--share/www/script/couch_tests.js3
1 files changed, 0 insertions, 3 deletions
diff --git a/share/www/script/couch_tests.js b/share/www/script/couch_tests.js
index 0c1b36ca..f553435e 100644
--- a/share/www/script/couch_tests.js
+++ b/share/www/script/couch_tests.js
@@ -2117,9 +2117,6 @@ var tests = {
// E4X outside of a string.
this.eval('xml.node.@foo = doc.word');
return {
- headers : {
- "Content-Type" : "application/xml",
- },
body: xml
};
},