From 91bf33fdc69c2087707795b8822b0fa7617f8709 Mon Sep 17 00:00:00 2001 From: "Damien F. Katz" Date: Fri, 17 Jul 2009 21:33:41 +0000 Subject: Deterministic revids, MD5 checking of documents, added tracking of rev when an attachment is edited to allow attachment level replication. git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@795232 13f79535-47bb-0310-9956-ffa450edef68 --- share/www/script/test/bulk_docs.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'share/www/script/test/bulk_docs.js') diff --git a/share/www/script/test/bulk_docs.js b/share/www/script/test/bulk_docs.js index 88a4313e..972accf3 100644 --- a/share/www/script/test/bulk_docs.js +++ b/share/www/script/test/bulk_docs.js @@ -96,5 +96,5 @@ couchTests.bulk_docs = function(debug) { update = {"_id": newdoc._id, "_rev": newdoc._rev, "body": "blam"}; torem = {"_id": newdoc._id, "_rev": newdoc._rev, "_deleted": true}; results = db.bulkSave([update, torem]); - T(results[1].error == "conflict"); + T(results[0].error == "conflict" || results[1].error == "conflict"); }; -- cgit v1.2.3