SuccessChanges

Summary

  1. tsk14 TestStoryEJB corrected (details)
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
The file was modifiedtests/src/main/java/es/uvigo/esei/dgss/teama/microstories/domain/entities/StoryDataset.java