SuccessChanges

Summary

  1. Tsk41 Adds the functionality to remove a story (details)
Commit be6ec901e5ca5fbbece201843440aec6c6a5e034 by bmcandeias
Tsk41 Adds the functionality to remove a story
Adds the service to remove a microstory. This service is in the
UserService because the microstory's author owner is the only can remove
the microstory.
The file was modifiedservice/src/test/java/es/uvigo/esei/dgss/teama/microstories/service/UserServiceIntegrationTest.java (diff)
The file was modifiedservice/src/main/java/es/uvigo/esei/dgss/teama/microstories/service/UserService.java (diff)
The file was addedtests/src/main/resources/datasets/author-remove-story.xml (diff)
The file was modifiedservice/src/test/java/es/uvigo/esei/dgss/teama/microstories/service/UserServiceIllegalAccessIntegrationTest.java (diff)