Closed (fixed)
Project:
RESTful Web Services
Version:
7.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
28 Feb 2014 at 16:54 UTC
Updated:
29 Jun 2014 at 16:10 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
mr.baileysThe test was failing since instead of an empty collection/list, no list was returned. I changed to code so that an empty list is returned when there are no items, test is now succeeding. I also added an additional test to ensure that no 404 status code is returned.
Comment #3
klausiComitted, thanks!