summaryrefslogtreecommitdiff
path: root/share/www/script/test/reduce_false.js
diff options
context:
space:
mode:
Diffstat (limited to 'share/www/script/test/reduce_false.js')
-rw-r--r--share/www/script/test/reduce_false.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/share/www/script/test/reduce_false.js b/share/www/script/test/reduce_false.js
index 22ef2e8b..e4928cc4 100644
--- a/share/www/script/test/reduce_false.js
+++ b/share/www/script/test/reduce_false.js
@@ -34,7 +34,7 @@ couchTests.reduce_false = function(debug) {
// Test that the reduce works
var res = db.view('test/summate');
T(res.rows.length == 1 && res.rows[0].value == summate(5));
-
+
//Test that we get our docs back
res = db.view('test/summate', {reduce: false});
T(res.rows.length == 5);