SuccessChanges

Summary

  1. Tsk35 Adds implementation to add and update stories (details)
Commit 6f2613068ff79cf070523e767b3bb1b0d8a825f5 by git
Tsk35 Adds implementation to add and update stories
Adds in the StoryService the necessary methods to create and update
stories. Creates a new StoryServiceTests to check the IllegalAccess
creations and deletions and adds to the StoryIntegration the test to
check the new implementation. Modifies the sql and xml files to add a
new Author without stories to use in the tests. Modifies the passwords
in the dataset because they were wrong. Adds a new constructor in the
Story class to use in the dataset.
The file was addedservice/src/test/java/es/uvigo/esei/dgss/teama/microstories/service/StoryServiceIllegalAccessIntegrationTest.java (diff)
The file was modifiedtests/src/main/resources/datasets/stories-update-story-theme.xml (diff)
The file was modifiedtests/src/main/resources/datasets/stories-create-with-two-theme.xml (diff)
The file was modifiedtests/src/main/resources/datasets/stories.xml (diff)
The file was modifiedtests/src/main/java/es/uvigo/esei/dgss/teama/microstories/domain/entities/StoryDataset.java (diff)
The file was modifiedadditional-material/db/microstories-mysql.full.sql (diff)
The file was modifiedadditional-material/db/microstories-mysql.data.sql (diff)
The file was modifiedservice/src/main/java/es/uvigo/esei/dgss/teama/microstories/service/StoryService.java (diff)
The file was modifiedtests/src/main/resources/datasets/stories-create-with-one-theme.xml (diff)
The file was modifiedservice/src/test/java/es/uvigo/esei/dgss/teama/microstories/service/StoryServiceIntegrationTest.java (diff)
The file was modifiedservice/src/test/java/es/uvigo/esei/dgss/teama/microstories/service/ServiceIntegrationTestSuite.java (diff)
The file was modifiedtests/src/main/resources/datasets/stories-update-story.xml (diff)
The file was modifieddomain/src/main/java/es/uvigo/esei/dgss/teama/microstories/domain/entities/Story.java (diff)
The file was modifiedtests/src/main/resources/datasets/stories-remove.xml (diff)