FailedChanges

Summary

  1. Added REST test and verified its execution (details)
  2. tsk17 Finished EJB with method in StoryService and Integration test (details)
Commit 51a23b2fb2e5b84e0d238fd692689072f2c262a7 by crmiguez
Added REST test and verified its execution
Added testGetStoriesToExplore in StoryResourceRestTest Checked in mvn
verify
The file was modifiedrest/src/test/java/es/uvigo/esei/dgss/microstories/rest/StoryResourceRestTest.java (diff)
Commit 8389051d7f87468c4ea358fbee65313b6cc3b3dc by crmiguez
tsk17 Finished EJB with method in StoryService and Integration test
Added static method forName in Theme enumerated Removed
ExploredManagedBean for possible conflicts Changed method
getStoriesToExplore for genre and theme filters Added expected test to
NoFilters and OneFilter
The file was modifieddomain/src/main/java/es/uvigo/esei/dgss/microstories/domain/Theme.java (diff)
The file was modifiedservice/src/test/java/es/uvigo/esei/dgss/microstories/service/StoryServiceIntegrationTest.java (diff)
The file was modifiedservice/src/main/java/es/uvigo/esei/dgss/microstories/service/StoryService.java (diff)