SuccessChanges

Summary

  1. tsk71 Adds missing user check on delete story (details)
Commit 07a15a0b669bd1681af427be63530f0965e8de07 by fercamta
tsk71 Adds missing user check on delete story
Adds missing test to probe that the logged user that try to remove a
story from the application, is the owner of that story. This check is
added on user and story resources because deleting is possible from both
paths.
The file was modifiedrest/src/main/java/es/uvigo/esei/dgss/teama/microstories/rest/StoryResource.java (diff)
The file was modifiedrest/src/main/java/es/uvigo/esei/dgss/teama/microstories/rest/UserResource.java (diff)