SuccessChanges

Summary

  1. tsk21 Changes exception throws in StoryEntity.java (details)
  2. tsk3 Fixes the values of the enums between the StoryDataset class and (details)
Commit c1f1dd3e30e75a7684025a7a5f7d9a6b195b67f9 by jspilva17
tsk21 Changes exception throws in StoryEntity.java
Change the Exception.class throws in the StoryEntity.java file to the
IllegalArgumentException.class
The file was modifiedtests/src/main/java/es/uvigo/esei/dgss/teama/microstories/entities/StoryEntity.java (diff)
Commit 1e539376939330a70637aae706fbb8ea7d45073f by jspilva17
tsk3 Fixes the values of the enums between the StoryDataset class and
the XMLs
Adds in the XML, the necessary secondary theme values to match the
Stories created in the StoryDataset class
The file was modifiedtests/src/main/resources/datasets/stories-add.xml (diff)
The file was modifiedservice/src/test/java/es/uvigo/esei/dgss/teama/microstories/service/TestStoryEJB.java (diff)
The file was modifiedtests/src/main/resources/datasets/stories.xml (diff)
The file was modifiedtests/src/main/resources/datasets/stories-edit.xml (diff)
The file was modifiedtests/src/main/resources/datasets/stories-delete.xml (diff)
The file was modifiedservice/src/main/java/es/uvigo/esei/dgss/teama/microstories/service/StoryEJB.java (diff)