SuccessChanges

Summary

  1. tsk82 Updates method to get favorites filtered by topic (details)
Commit 2bb6eb29e0e67dc3af95b46b22b2c1d24438fd67 by martinperez.patricia
tsk82 Updates method to get favorites filtered by topic
Added a new filter to retrieve the favorites by a given topic. It finds
the favorites that have a match on the Topic1 or Topic2. Additionally,
the test method for the filters have been separeted in order to test the
functionality with more flexibility.
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 modifiedrest/src/main/java/es/uvigo/esei/dgss/teama/microstories/rest/StoryResource.java (diff)
The file was modifiedtests/src/main/java/es/uvigo/esei/dgss/teama/microstories/entities/StoryDataset.java (diff)