Skip to content

Commit

Permalink
Fixed count test case.
Browse files Browse the repository at this point in the history
  • Loading branch information
vmx committed Aug 19, 2010
1 parent b11b013 commit 0a9df6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion share/www/script/test/spatial.js
Expand Up @@ -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");


Expand Down

0 comments on commit 0a9df6b

Please sign in to comment.