SuccessChanges

Summary

  1. tsk49 Adds Rest endpoint functionality to remove Stories from the user´s (details)
Commit 0b816db6717e8c8d4fdeca2007a24ed9f81e6791 by luissalgadoblanco
tsk49 Adds Rest endpoint functionality to remove Stories from the user´s
favourite list.
Added removeFromFavoriteList function to the StoryResource with its
corresponding tests. New XML datasets added in order to execute the
tests. Some minor changes done in StoryDataset.java file and in the
cleanup script.
The file was modifiedtests/src/main/java/es/uvigo/esei/dgss/teama/microstories/entities/StoryDataset.java (diff)
The file was modifiedrest/src/main/java/es/uvigo/esei/dgss/teama/microstories/rest/StoryResource.java (diff)
The file was modifiedrest/src/test/java/es/uvigo/esei/dgss/teama/microstories/rest/StoryResourceRestTest.java (diff)
The file was modifiedtests/src/main/resources/scripts/cleanup.sql (diff)
The file was addedtests/src/main/resources/datasets/favorites-delete.xml (diff)
The file was addedtests/src/main/resources/datasets/favorites.xml (diff)