summaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorFilipe David Borba Manana <fdmanana@apache.org>2011-02-01 06:50:45 +0000
committerFilipe David Borba Manana <fdmanana@apache.org>2011-02-01 06:50:45 +0000
commitae2a1dc24543622c9fcc5f084e26c02366a7fad9 (patch)
tree43f684227464ef88ec8359e8eb2babcce5c3467f /share
parent9f0ae92b4f4c0762214092cf8d50675d01c847ab (diff)
Merged revision 1065923 from trunk
Cleanup all test databases created by replicator_db.js git-svn-id: https://svn.apache.org/repos/asf/couchdb/branches/1.1.x@1065924 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'share')
-rw-r--r--share/www/script/test/replicator_db.js5
1 files changed, 5 insertions, 0 deletions
diff --git a/share/www/script/test/replicator_db.js b/share/www/script/test/replicator_db.js
index 642de3cc..b5406691 100644
--- a/share/www/script/test/replicator_db.js
+++ b/share/www/script/test/replicator_db.js
@@ -933,4 +933,9 @@ couchTests.replicator_db = function(debug) {
usersDb.deleteDb();
dbA.deleteDb();
dbB.deleteDb();
+ (new CouchDB("test_suite_rep_db_2")).deleteDb();
+ (new CouchDB("test_suite_rep_db_c")).deleteDb();
+ (new CouchDB("test_suite_rep_db_a_copy")).deleteDb();
+ (new CouchDB("test_suite_rep_db_b_copy")).deleteDb();
+ (new CouchDB("test_suite_rep_db_c_copy")).deleteDb();
};