FailedChanges

Summary

  1. tsk48 (REST) ​​Adds resource to list favorite microstories (details)
Commit 70a67df3b33dcd1dbb9c93fbd239960c0f005f3a by alexandreferi13
tsk48 (REST) ​​Adds resource to list favorite microstories
Creates a method in the rest to list favorite stories, which checks that
the user who requests it is logged in and that it also matches the user
from whom their favorite stories are requested.
In addition, implements a test for the case of a non-logged user and the
correct functioning test part remains to be carried out.
The file was modifiedrest/src/main/java/es/uvigo/esei/dgss/teama/microstories/rest/StoryResource.java (diff)
The file was modifiedrest/src/test/java/es/uvigo/esei/dgss/teama/microstories/rest/StoryResourceRestTest.java (diff)
The file was modifiedservice/src/main/java/es/uvigo/esei/dgss/teama/microstories/service/AuthorEJB.java (diff)
The file was modifiedtests/src/main/java/es/uvigo/esei/dgss/teama/microstories/http/util/HasHttpStatus.java (diff)