SuccessChanges

Summary

  1. tsk23 Adds User JPA entity (details)
Commit 388a20834c22cf0b3029766d03214aacf58e79ab by rplopez
tsk23 Adds User JPA entity
Adds JPA entity for the author role in microstories. Adds domain tests
and the User matcher. Updates Story domain, domain test and matcher to
check the new Entity. Updates sql example scripts.
The file was modifiedadditional-material/db/microstories-mysql.creation.sql
The file was modifiedtests/src/main/java/es/uvigo/esei/dgss/teama/microstories/entities/IsEqualToStory.java
The file was addeddomain/src/test/java/es/uvigo/esei/dgss/teama/microstories/domain/entities/UserTest.java
The file was modifiedtests/src/main/resources/datasets/stories.xml
The file was modifieddomain/src/main/java/es/uvigo/esei/dgss/teama/microstories/domain/Story.java
The file was modifiedadditional-material/db/microstories-mysql.drop.sql
The file was addeddomain/src/main/java/es/uvigo/esei/dgss/teama/microstories/domain/User.java
The file was modifiedtests/src/main/java/es/uvigo/esei/dgss/teama/microstories/entities/StoriesDataset.java
The file was modifiedadditional-material/db/microstories-mysql.delete.sql
The file was addedtests/src/main/java/es/uvigo/esei/dgss/teama/microstories/entities/IsEqualToUser.java
The file was modifieddomain/src/test/java/es/uvigo/esei/dgss/teama/microstories/domain/entities/StoryTest.java
The file was modifiedadditional-material/db/microstories-mysql.data.sql
The file was modifieddomain/src/test/java/es/uvigo/esei/dgss/teama/microstories/domain/entities/EntitiesTestSuite.java