UnstableChanges

Summary

  1. tsk8: Fixes missing dataset location and adds cleanup scripts for REST (details)
Commit 7be310a51139b68efa0966e92c7f028767ea81cf by devpablogg
tsk8: Fixes missing dataset location and adds cleanup scripts for REST
tests
This commit fixes a dataset resolution error in the REST integration
tests for the
/api/microstories/recents endpoint. The Arquillian persistence extension
was unable to locate stories.xml, so the dataset file was moved to the
datasets/ directory, matching the framework’s default lookup path.
Additionally, a cleanup.sql script was introduced to clear test tables
between executions, ensuring isolation and preventing residual data
issues.
The file was modifiedrest/src/test/java/es/uvigo/esei/microstories/rest/StoryResourceRestTest.java (diff)
The file was removedtests/src/main/resources/stories.xml (diff)
The file was addedtests/src/main/resources/scripts/cleanup.sql (diff)
The file was addedtests/src/main/resources/datasets/stories.xml (diff)