FailedChanges

Summary

  1. tsk10 Adds to the service the feature to search stories by text (details)
Commit de080e379a24d6d777849b95fe4c86ca1bce227c by nghervella
tsk10 Adds to the service the feature to search stories by text
Adds the search function to the service with its tests Adds dataset for
testing the search feature (xml file and dataset class)
The file was modifiedservice/src/test/java/es/uvigo/esei/dgss/teamc/microstories/service/StoryServiceIntegrationTest.java (diff)
The file was addedtests/src/main/resources/datasets/stories-search.xml (diff)
The file was modifiedtests/src/main/java/es/uvigo/esei/dgss/teamc/microstories/entities/StoriesDataset.java (diff)
The file was modifiedtests/src/main/resources/datasets/stories-update.xml (diff)
The file was modifiedtests/src/main/resources/datasets/stories-create.xml (diff)
The file was modifiedservice/src/main/java/es/uvigo/esei/dgss/teamc/microstories/service/StoryService.java (diff)