From 494c6b6883b2fdc5539df3a4b7d11fba4a136668 Mon Sep 17 00:00:00 2001 From: John Christopher Anderson Date: Fri, 2 Jul 2010 18:05:18 +0000 Subject: fix a query parameter in the list_views.js test git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@960078 13f79535-47bb-0310-9956-ffa450edef68 --- share/www/script/test/list_views.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'share/www') diff --git a/share/www/script/test/list_views.js b/share/www/script/test/list_views.js index c72370bd..f826b46f 100644 --- a/share/www/script/test/list_views.js +++ b/share/www/script/test/list_views.js @@ -220,7 +220,7 @@ couchTests.list_views = function(debug) { T(etag1 != etag2, "POST to map _list generates key-depdendent ETags"); // test the richness of the arguments - xhr = CouchDB.request("GET", "/test_suite_db/_design/lists/_list/basicJSON/basicView"); + xhr = CouchDB.request("GET", "/test_suite_db/_design/lists/_list/basicJSON/basicView?update_seq=true"); T(xhr.status == 200, "standard get should be 200"); var resp = JSON.parse(xhr.responseText); TEquals(10, resp.head.total_rows); -- cgit v1.2.3