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.