SuccessChanges

Summary

  1. Tsk51 Improves tests of addReading service (details)
Commit 78b48fa5f08a8f268e8ee583026bd789abb93fad by ddduran
Tsk51 Improves tests of addReading service
Adds two new tests to the addReading service, one that creates a new
reading and another that increases an existing one. For this it has been
necessary to create two new datasets
The file was modifiedtests/src/main/java/es/uvigo/esei/dgss/teama/microstories/domain/entities/StoryDataset.java (diff)
The file was modifiedservice/src/test/java/es/uvigo/esei/dgss/teama/microstories/service/StoryServiceIntegrationTest.java (diff)
The file was addedtests/src/main/resources/datasets/stories-create-reading.xml (diff)
The file was addedtests/src/main/resources/datasets/stories-increase-reading.xml (diff)