SuccessChanges

Summary

  1. tsk5 Creates service with funcionality for recovering recent stories (details)
Commit 5c0cb66b992a4b162d560996388467d22258cc3b by mvaugusto
tsk5 Creates service with funcionality for recovering recent stories
Adds StoryService with method listRecent that returns the 6 most recent
Stories Adds the tests for that funcionality Adds sql scripts for
cleaning the database after testing Modifies Story matchers adding a
method for comparing lists of stories with order Modifies StoryDataset
adding more stories and changing each story's date Fixes xml datasets
removing theme2=null
The file was addedservice/src/test/java/es/uvigo/esei/dgss/teamc/microstories/service/StoryServiceIntegrationTest.java
The file was modifiedtests/src/main/resources/datasets/stories-create.xml
The file was modifiedtests/src/main/resources/datasets/stories-remove.xml
The file was addedservice/src/test/resources-wildfly-embedded-h2/cleanup-autoincrement.sql
The file was addedservice/src/test/java/es/uvigo/esei/dgss/teamc/microstories/service/ServiceIntegrationTestSuite.java
The file was addeddomain/.attach_pid14234
The file was modifiedservice/src/test/resources/test-persistence.xml
The file was modifiedtests/src/main/java/es/uvigo/esei/dgss/teamc/microstories/entities/IsEqualToStory.java
The file was modifiedtests/src/main/java/es/uvigo/esei/dgss/teamc/microstories/entities/StoriesDataset.java
The file was modifiedservice/src/test/resources/beans.xml
The file was modifiedadditional-material/db/microstories-mysql.data.sql
The file was modifiedtests/src/main/resources/datasets/stories.xml
The file was addedtests/src/main/resources/scripts/cleanup.sql
The file was modifiedtests/src/main/resources/datasets/stories-update.xml
The file was addedservice/src/main/java/es/uvigo/esei/dgss/teamc/microstories/service/StoryService.java