From 38959cfe88fe6825400f2a2e86e075cbc2471ffd Mon Sep 17 00:00:00 2001 From: "Damien F. Katz" Date: Mon, 9 Jun 2008 21:48:26 +0000 Subject: added new line to reduce test to show bulk update failure on safari git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@665906 13f79535-47bb-0310-9956-ffa450edef68 --- share/www/script/couch_tests.js | 1 + 1 file changed, 1 insertion(+) (limited to 'share') diff --git a/share/www/script/couch_tests.js b/share/www/script/couch_tests.js index 97a2bb17..086516da 100644 --- a/share/www/script/couch_tests.js +++ b/share/www/script/couch_tests.js @@ -315,6 +315,7 @@ var tests = { docs.push({keys:["d", "b"]}); docs.push({keys:["d", "c"]}); T(db.bulkSave(docs).ok); + T(db.info().doc_count == ((i - 1) * 10 * 11) + ((j + 1) * 11)); } map = function (doc) {emit(doc.keys, 1)}; -- cgit v1.2.3