diff options
author | Damien F. Katz <damien@apache.org> | 2008-06-09 21:48:26 +0000 |
---|---|---|
committer | Damien F. Katz <damien@apache.org> | 2008-06-09 21:48:26 +0000 |
commit | 38959cfe88fe6825400f2a2e86e075cbc2471ffd (patch) | |
tree | de0400b338709ae947c51ea60af855622c064189 | |
parent | bb4adba508b7abdc09850fc41de3479a0b2d6bb0 (diff) |
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
-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)}; |