You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by we...@apache.org on 2013/04/10 03:52:57 UTC

[5/6] git commit: updated refs/heads/1.3.x to 5e64395

Add return value to waitForSuccess method.


Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo
Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/37341af8
Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/37341af8
Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/37341af8

Branch: refs/heads/1.3.x
Commit: 37341af82ad37a2dfddc5b7e8cd4b46085101901
Parents: 9838eef
Author: Wendall Cada <we...@apache.org>
Authored: Tue Apr 9 18:46:30 2013 -0700
Committer: Wendall Cada <we...@apache.org>
Committed: Tue Apr 9 18:46:30 2013 -0700

----------------------------------------------------------------------
 share/www/script/test/oauth.js |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb/blob/37341af8/share/www/script/test/oauth.js
----------------------------------------------------------------------
diff --git a/share/www/script/test/oauth.js b/share/www/script/test/oauth.js
index 89d3779..9199cd0 100644
--- a/share/www/script/test/oauth.js
+++ b/share/www/script/test/oauth.js
@@ -108,6 +108,7 @@ couchTests.oauth = function(debug) {
         if (xhr.responseText.indexOf("\"-pbkdf2-") != 0) {
             throw("still waiting");
         }
+        return true;
       }, "wait-for-admin");
 
       CouchDB.newUuids(2); // so we have one to make the salt