Github user kxepal commented on a diff in the pull request:

    https://github.com/apache/couchdb/pull/307#discussion_r25567954
  
    --- Diff: test/javascript/tests/changes.js ---
    @@ -17,131 +17,140 @@ function jsonp(obj) {
     }
     
     couchTests.changes = function(debug) {
    -  var db = new CouchDB("test_suite_db", {"X-Couch-Full-Commit":"true"});
    -  db.deleteDb();
    -  db.createDb();
    +  var db;
       if (debug) debugger;
     
    -  var req = CouchDB.request("GET", "/test_suite_db/_changes");
    -  var resp = JSON.parse(req.responseText);
    +  // poor man's browser detection
    --- End diff --
    
    Not sure if this is ever need since we drop feature to run the test suite 
from browser.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to