You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by jc...@apache.org on 2009/01/04 08:25:16 UTC

svn commit: r731188 - /couchdb/trunk/share/www/script/couch_tests.js

Author: jchris
Date: Sat Jan  3 23:25:16 2009
New Revision: 731188

URL: http://svn.apache.org/viewvc?rev=731188&view=rev
Log:
remove unnessary headers declaration from tests

Modified:
    couchdb/trunk/share/www/script/couch_tests.js

Modified: couchdb/trunk/share/www/script/couch_tests.js
URL: http://svn.apache.org/viewvc/couchdb/trunk/share/www/script/couch_tests.js?rev=731188&r1=731187&r2=731188&view=diff
==============================================================================
--- couchdb/trunk/share/www/script/couch_tests.js [utf-8] (original)
+++ couchdb/trunk/share/www/script/couch_tests.js [utf-8] Sat Jan  3 23:25:16 2009
@@ -2117,9 +2117,6 @@
                // E4X outside of a string.
                this.eval('xml.node.@foo = doc.word');
                return {
-                 headers : {
-                   "Content-Type" : "application/xml",
-                 },
                  body: xml
                };
              },