diff options
author | John Christopher Anderson <jchris@apache.org> | 2009-01-04 07:25:16 +0000 |
---|---|---|
committer | John Christopher Anderson <jchris@apache.org> | 2009-01-04 07:25:16 +0000 |
commit | 4228d249b4216d390aa1f8f063d09527c4dcbe6a (patch) | |
tree | 307b608c70dfe91c5a2928dd88c0dbf6ab862ad8 /share/www | |
parent | e983fa41d34aa619429dbf3f4937b58c31113e53 (diff) |
remove unnessary headers declaration from tests
git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@731188 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'share/www')
-rw-r--r-- | share/www/script/couch_tests.js | 3 |
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 }; }, |