SuccessChanges

Summary

  1. tsk3/4 Creation of datasets and the matcher (details)
  2. tsk5 Initial creation of the EJB and its test (details)
  3. tsk5 Creating EJB and its tests (details)
  4. tsk3-Fixes in the dataset (details)
Commit f69328c627e118a82edc1b49ebb4c36e91eeadbc by miguigg1412
tsk3/4 Creation of datasets and the matcher
Creation of the datasets and the matcher for the entity Story. The class
StoryDataset is yet to be finalized
The file was modifieddomain/src/main/java/es/uvigo/esei/dgss/teama/microstories/entities/Story.java (diff)
The file was addedtests/src/main/java/es/uvigo/esei/dgss/teama/microstories/entities/StoriesDataset.java (diff)
The file was addedtests/src/main/resources/datasets/stories.xml (diff)
The file was addedtests/src/main/java/es/uvigo/esei/dgss/teama/microstories/entities/IsEqualToStory.java (diff)
The file was addedtests/src/main/resources/datasets/stories-update.xml (diff)
The file was addedtests/src/main/resources/datasets/stories-remove.xml (diff)
Commit f0ba596cd1572efd6883e722ab9d8514270aa149 by miguigg1412
tsk5 Initial creation of the EJB and its test
Creation of the EJB with the function to get recent stories and initial
creation of the tests.
The file was modifiedtests/src/main/java/es/uvigo/esei/dgss/teama/microstories/entities/StoriesDataset.java (diff)
The file was addedservice/src/test/java/es/uvigo/esei/dgss/teama/microstories/service/StoryEJBIntegrationTest.java (diff)
The file was modifieddomain/src/main/java/es/uvigo/esei/dgss/teama/microstories/entities/Story.java (diff)
The file was addedservice/src/main/java/es/uvigo/esei/dgss/teama/microstories/service/StoryEJB.java (diff)
Commit 3600c01de5db5dd1931bbc21d966e6ea8ee5ff79 by miguigg1412
tsk5 Creating EJB and its tests
Created the EJB tests and updated the dataset. Updated with new tests
the Integration Test for the EJB
The file was modifiedtests/src/main/java/es/uvigo/esei/dgss/teama/microstories/entities/StoriesDataset.java (diff)
The file was modifiedservice/src/main/java/es/uvigo/esei/dgss/teama/microstories/service/StoryEJB.java (diff)
The file was modifiedservice/src/test/java/es/uvigo/esei/dgss/teama/microstories/service/StoryEJBIntegrationTest.java (diff)
The file was modifiedtests/src/main/resources/datasets/stories.xml (diff)
The file was modifiedtests/src/main/java/es/uvigo/esei/dgss/teama/microstories/entities/IsEqualToStory.java (diff)
Commit ae1e43ce0c79b36f196ca471ebd61c0b226f552e by tie15albertomoure
tsk3-Fixes in the dataset
Fixed some errors in stories.xml and StoriesDataset.java data.
The file was modifiedtests/src/main/java/es/uvigo/esei/dgss/teama/microstories/entities/StoriesDataset.java (diff)
The file was modifiedtests/src/main/resources/datasets/stories.xml (diff)