SuccessChanges

Summary

  1. tsk3 Adds dataset and xml of testing for Story (details)
Commit a96adad13b010d703ddd636dce917ef9e9eadf5e by lrcortizo
tsk3 Adds dataset and xml of testing for Story
Adds class StoriesDataset and stories xml file for testing Adds new
constructor in entity Story Moves Enum types Theme and Genre to
Separated files Adds class in persistence.xml Fix jenkins problem #16
The file was addeddomain/src/main/java/es/uvigo/esei/dgss/teamB/microstories/Theme.java (diff)
The file was addedtests/src/main/java/es/uvigo/esei/dgss/teamb/microstories/entities/StoriesDataset.java (diff)
The file was addedtests/src/main/resources/datasets/stories.xml (diff)
The file was modifiedrest/src/main/resources/META-INF/persistence.xml (diff)
The file was addeddomain/src/main/java/es/uvigo/esei/dgss/teamB/microstories/Genre.java (diff)
The file was modifiedjsf/src/test/resources/test-persistence.xml (diff)
The file was modifiedtests/src/main/java/es/uvigo/esei/dgss/teamb/microstories/entities/IsEqualToStory.java (diff)
The file was modifiedrest/src/test/resources/test-persistence.xml (diff)
The file was modifiedservice/src/main/resources/META-INF/persistence.xml (diff)
The file was modifiedservice/src/test/resources/test-persistence.xml (diff)
The file was modifiedjsf/src/main/resources/META-INF/persistence.xml (diff)
The file was modifieddomain/src/main/java/es/uvigo/esei/dgss/teamB/microstories/Story.java (diff)
The file was modifieddomain/src/test/java/es/uvigo/esei/dgss/teamB/microstories/StoryTest.java (diff)