summaryrefslogtreecommitdiff
path: root/share/www/script/test/lots_of_docs.js
diff options
context:
space:
mode:
Diffstat (limited to 'share/www/script/test/lots_of_docs.js')
-rw-r--r--share/www/script/test/lots_of_docs.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/share/www/script/test/lots_of_docs.js b/share/www/script/test/lots_of_docs.js
index 702317e5..4101e6a7 100644
--- a/share/www/script/test/lots_of_docs.js
+++ b/share/www/script/test/lots_of_docs.js
@@ -25,7 +25,7 @@ couchTests.lots_of_docs = function(debug) {
for(var i=0; i < numDocsToCreate; i += 100) {
var createNow = Math.min(numDocsToCreate - i, 100);
var docs = makeDocs(i, i + createNow);
- T(db.bulkSave(docs).ok);
+ db.bulkSave(docs);
}
// query all documents, and return the doc.integer member as a key.