From 0a9df6bc7a73acc015fc5efe2f50050756f3fc62 Mon Sep 17 00:00:00 2001 From: Volker Mische Date: Thu, 19 Aug 2010 11:25:09 +0200 Subject: [PATCH] Fixed count test case. --- share/www/script/test/spatial.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/share/www/script/test/spatial.js b/share/www/script/test/spatial.js index d6f28c0d362..8c064384aa3 100644 --- a/share/www/script/test/spatial.js +++ b/share/www/script/test/spatial.js @@ -119,7 +119,7 @@ couchTests.spatial = function(debug) { bbox = [-180, -90, 180, 90]; xhr = CouchDB.request("GET", url_pre + "basicIndex?bbox=" + bbox.join(",") + "&count=true"); - TEquals('{"count": 10}', xhr.responseText, + TEquals('{"count":10}\n', xhr.responseText, "should return the count of all geometries");