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/05 20:47:50 UTC

[2/6] git commit: updated refs/heads/COUCHDB-1762-fix-javascript-tests to 9dfddaa

Creating existing database causes test to fail. Allowing config PUT to create replicator db.


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

Branch: refs/heads/COUCHDB-1762-fix-javascript-tests
Commit: abcaec9a083961cca3df4943366dd39027afada8
Parents: c43b84d
Author: Wendall Cada <we...@apache.org>
Authored: Fri Apr 5 11:40:42 2013 -0700
Committer: Wendall Cada <we...@apache.org>
Committed: Fri Apr 5 11:40:42 2013 -0700

----------------------------------------------------------------------
 share/www/script/test/replicator_db_survives.js |    4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb/blob/abcaec9a/share/www/script/test/replicator_db_survives.js
----------------------------------------------------------------------
diff --git a/share/www/script/test/replicator_db_survives.js b/share/www/script/test/replicator_db_survives.js
index dcaa101..38273ca 100644
--- a/share/www/script/test/replicator_db_survives.js
+++ b/share/www/script/test/replicator_db_survives.js
@@ -38,8 +38,6 @@ couchTests.replicator_db_survives = function(debug) {
     });
     T(xhr.status === 200);
 
-    repDb.createDb(); // the config put above should create this db
-
     populate_db(dbA, docs1);
     populate_db(dbB, []);
 
@@ -125,4 +123,4 @@ couchTests.replicator_db_survives = function(debug) {
   dbA.deleteDb();
   dbB.deleteDb();
   usersDb.deleteDb();
-}
\ No newline at end of file
+}