[
https://issues.apache.org/jira/browse/SHINDIG-778?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Paul Lindner resolved SHINDIG-778.
----------------------------------
Resolution: Invalid
Total results is the size of the total result set. The count parameter
specifies how many items to fetch for a particular request.
> Parameter count and totalResults discrepancy in
> RestfulJsonPeopleTest.testGetPeoplePagination()
> -----------------------------------------------------------------------------------------------
>
> Key: SHINDIG-778
> URL: https://issues.apache.org/jira/browse/SHINDIG-778
> Project: Shindig
> Issue Type: Bug
> Components: RESTful API (Java)
> Reporter: Chico Charlesworth
>
> testGetPeoplePagination() in RestfulJsonPeopleTest sets the count param to 1
> (i.e extraParams.put("count", "1");), yet the assertion for totalResults
> expects 3.
> totalResults should be 1 as specified by the count param.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.