summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWendall Cada <wendallc@apache.org>2013-04-05 11:40:42 -0700
committerWendall Cada <wendallc@apache.org>2013-04-05 11:40:42 -0700
commitabcaec9a083961cca3df4943366dd39027afada8 (patch)
treec13a7762de788681dde9c906d0f23153504c3082
parentc43b84dcc426dad888852eea078bbd96d796f928 (diff)
downloadcouchdb-abcaec9a083961cca3df4943366dd39027afada8.tar.gz
Creating existing database causes test to fail. Allowing config PUT to create replicator db.
-rw-r--r--share/www/script/test/replicator_db_survives.js4
1 files changed, 1 insertions, 3 deletions
diff --git a/share/www/script/test/replicator_db_survives.js b/share/www/script/test/replicator_db_survives.js
index dcaa1013f..38273ca93 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
+}