diff options
-rw-r--r-- | share/www/script/couch_tests.js | 1 |
1 files changed, 1 insertions, 0 deletions
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)}; |