FailedChanges

Summary

  1. tsk14 EJB search story by text (details)
  2. tsk14 TestStoryEJB corrected (details)
Commit dbc25b7c7c52d246264e084441817b3c438da94f by jspilva17
tsk14 EJB search story by text
Adds function to search for a story by text, formats the dataset date to
a timestamp to match the one in the xml. Adds test to EJB.
The file was modifiedservice/src/main/java/es/uvigo/esei/dgss/teama/microstories/service/StoryEJB.java (diff)
Commit f6709a6e108cba05627fff22e41ebbe498edb162 by jspilva17
tsk14 TestStoryEJB corrected
Fixes test in storyEJB, the test to search stories by title or content
fails, it happens by using is instead of
IsEqualToStory.containsStoriesInAnyOrder(), also changed to
Matchers.hasSize() to evaluate the size of the lists.
The file was modifiedservice/src/test/java/es/uvigo/esei/dgss/teama/microstories/service/TestStoryEJB.java (diff)
The file was modifiedtests/src/main/java/es/uvigo/esei/dgss/teama/microstories/domain/entities/StoryDataset.java (diff)