UnstableChanges

Summary

  1. tsk 22 - Fixes error with multiple themes (details)
  2. Moves html design file to templates folder (details)
  3. Fix Story REST Integration test (details)
Commit dc914ba5d53d8747f00206211e178be891e011f0 by ipgonzalez2
tsk 22 - Fixes error with multiple themes
Adds the field secondaryTheme to consider that a story can have two
themes Implemented by Santi and Inés
The file was modifiedtests/src/main/java/es/uvigo/esei/dgss/teamA/microstories/entities/IsEqualToStory.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/StoryDataset.java (diff)
The file was modifieddomain/src/test/java/es/uvigo/esei/dgss/teamA/microstories/entities/StoryTest.java (diff)
The file was modifieddomain/src/main/java/es/uvigo/esei/dgss/teamA/microstories/entities/Story.java (diff)
Commit effc4567d2c1ab30c51d6ab54596db452066fefe by ipgonzalez2
Moves html design file to templates folder
Implemented by Santi and Inés
The file was removedjsf/src/main/webapp/index.xhtml (diff)
The file was addedadditional-material/templates/index.xhtml (diff)
Commit d8be055cc8b0c53fca8bc7ce0f1ae4ed933aa7c7 by ipgonzalez2
Fix Story REST Integration test
The file was modifiedrest/src/test/java/es/uvigo/esei/dgss/teamA/microstories/rest/StoryResourceRestTest.java (diff)