SuccessChanges

Summary

  1. tsk14 Fixes story service feature for exploring stories (details)
Commit 031a43c2addc928c655ca045e36945f11d12b3ed by mvaugusto
tsk14 Fixes story service feature for exploring stories
Changes exploreStories function on service. It now accepts a reference
date to be used as today's date in order for tests to work regardless of
which day it is
. In case that no reference date is given it retrieves system's actual
date.
The file was modifiedservice/src/main/java/es/uvigo/esei/dgss/teamc/microstories/service/StoryService.java (diff)
The file was modifiedservice/src/test/java/es/uvigo/esei/dgss/teamc/microstories/service/StoryServiceIntegrationTest.java (diff)