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 modifieddomain/src/main/java/es/uvigo/esei/dgss/teama/microstories/domain/entities/Story.java
The file was modifiedservice/src/main/java/es/uvigo/esei/dgss/teama/microstories/service/StoryService.java
The file was modifiedtests/src/main/resources/datasets/stories-update-story.xml
The file was modifiedtests/src/main/resources/datasets/stories.xml
The file was modifiedadditional-material/db/microstories-mysql.data.sql
The file was modifiedservice/src/test/java/es/uvigo/esei/dgss/teama/microstories/service/ServiceIntegrationTestSuite.java
The file was modifiedservice/src/test/java/es/uvigo/esei/dgss/teama/microstories/service/StoryServiceIntegrationTest.java
The file was modifiedtests/src/main/resources/datasets/stories-update-story-theme.xml
The file was modifiedtests/src/main/java/es/uvigo/esei/dgss/teama/microstories/domain/entities/StoryDataset.java
The file was modifiedtests/src/main/resources/datasets/stories-create-with-two-theme.xml
The file was modifiedtests/src/main/resources/datasets/stories-remove.xml
The file was addedservice/src/test/java/es/uvigo/esei/dgss/teama/microstories/service/StoryServiceIllegalAccessIntegrationTest.java
The file was modifiedtests/src/main/resources/datasets/stories-create-with-one-theme.xml
The file was modifiedadditional-material/db/microstories-mysql.full.sql