FailedChanges

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 modifiedservice/src/test/resources/test-persistence.xml (diff)
The file was addedtests/src/main/resources/scripts/cleanup.sql (diff)
The file was modifiedtests/src/main/java/es/uvigo/esei/dgss/teamc/microstories/entities/IsEqualToStory.java (diff)
The file was addedservice/src/test/java/es/uvigo/esei/dgss/teamc/microstories/service/StoryServiceIntegrationTest.java (diff)
The file was modifiedtests/src/main/resources/datasets/stories-remove.xml (diff)
The file was addeddomain/.attach_pid14234 (diff)
The file was modifiedtests/src/main/resources/datasets/stories-create.xml (diff)
The file was modifiedtests/src/main/java/es/uvigo/esei/dgss/teamc/microstories/entities/StoriesDataset.java (diff)
The file was modifiedservice/src/test/resources/beans.xml (diff)
The file was modifiedadditional-material/db/microstories-mysql.data.sql (diff)
The file was addedservice/src/test/java/es/uvigo/esei/dgss/teamc/microstories/service/ServiceIntegrationTestSuite.java (diff)
The file was addedservice/src/main/java/es/uvigo/esei/dgss/teamc/microstories/service/StoryService.java (diff)
The file was modifiedtests/src/main/resources/datasets/stories-update.xml (diff)
The file was modifiedtests/src/main/resources/datasets/stories.xml (diff)
The file was addedservice/src/test/resources-wildfly-embedded-h2/cleanup-autoincrement.sql (diff)