SuccessChanges

Summary

  1. Tsk35 Moves the create and update methods from StoryService to (details)
Commit 38f6301fc2a84bcc9b8b6eee02d3340d3247b925 by git
Tsk35 Moves the create and update methods from StoryService to
UserService
Moves the implementations of create and update Stories from StoryService
to UserService because the actor that can to use this functionalities
has to be an authenticated author. Moves also all test methods to the
correspondent test class. Deletes an unnecessary IllegalAccessTest class
because all methods has moved to another test class.
The file was modifiedservice/src/main/java/es/uvigo/esei/dgss/teama/microstories/service/UserService.java (diff)
The file was modifiedservice/src/test/java/es/uvigo/esei/dgss/teama/microstories/service/ServiceIntegrationTestSuite.java (diff)
The file was modifiedservice/src/test/java/es/uvigo/esei/dgss/teama/microstories/service/UserServiceIllegalAccessIntegrationTest.java (diff)
The file was modifiedservice/src/main/java/es/uvigo/esei/dgss/teama/microstories/service/StoryService.java (diff)
The file was modifiedservice/src/test/java/es/uvigo/esei/dgss/teama/microstories/service/UserServiceIntegrationTest.java (diff)
The file was removedservice/src/test/java/es/uvigo/esei/dgss/teama/microstories/service/StoryServiceIllegalAccessIntegrationTest.java (diff)
The file was modifiedservice/src/test/java/es/uvigo/esei/dgss/teama/microstories/service/StoryServiceIntegrationTest.java (diff)