FailedChanges

Summary

  1. tsk14 TestStoryEJB corrected (details)
Commit 67e5e8ae6bc1367f92d2fc85b105d199bdc92790 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 changes to
Matchers.hasSize() to evaluates 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)