SuccessChanges

Summary

  1. Tsk43 Adds a resource to delete own stories (details)
Commit 531ddd08e1735a3a36bc8d49b5c97f6c954f51aa by git
Tsk43 Adds a resource to delete own stories
Adds a REST functionality that allows to an authenticated author deletes
his own stories. Modifies the xml dataset that check the removed stories
implementations tests because it has a mistake.
The file was modifiedtests/src/main/resources/datasets/stories-remove.xml
The file was modifiedrest/src/test/java/es/uvigo/esei/dgss/teama/microstories/rest/UserResourceUnitTest.java
The file was modifiedrest/src/main/java/es/uvigo/esei/dgss/teama/microstories/rest/UserResource.java
The file was modifiedrest/src/test/java/es/uvigo/esei/dgss/teama/microstories/rest/UserResourceRestTest.java