From fc1bc423afd4f221705ffbc54ba17929df147163 Mon Sep 17 00:00:00 2001 From: Jan Lehnardt Date: Mon, 17 Aug 2009 09:13:37 +0000 Subject: fix whitespace git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@804904 13f79535-47bb-0310-9956-ffa450edef68 --- share/www/script/test/list_views.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'share') diff --git a/share/www/script/test/list_views.js b/share/www/script/test/list_views.js index 408e40f9..a7f3eadb 100644 --- a/share/www/script/test/list_views.js +++ b/share/www/script/test/list_views.js @@ -257,10 +257,10 @@ couchTests.list_views = function(debug) { T(/LastKey: undefined/.test(xhr.responseText)); // reduce with 0 rows - var xhr = CouchDB.request("GET", "/test_suite_db/_view/lists/withReduce?list=simpleForm&startkey=30"); - T(xhr.status == 200, "reduce 0 rows"); - T(/Total Rows/.test(xhr.responseText)); - T(/LastKey: undefined/.test(xhr.responseText)); + var xhr = CouchDB.request("GET", "/test_suite_db/_view/lists/withReduce?list=simpleForm&startkey=30"); + T(xhr.status == 200, "reduce 0 rows"); + T(/Total Rows/.test(xhr.responseText)); + T(/LastKey: undefined/.test(xhr.responseText)); // when there is a reduce present, but not used var xhr = CouchDB.request("GET", "/test_suite_db/_design/lists/_list/simpleForm/withReduce?reduce=false"); -- cgit v1.2.3