SuccessChanges

Summary

  1. tsk43, tsk44 Refactors User entity and fixes TestStoryEJB (details)
Commit 68a7da38a0736f5976909d8e2858aed4f6e5bb7a by alvarosuafe
tsk43, tsk44 Refactors User entity and fixes TestStoryEJB
-Field login was deleted in User entity and the relation with story
entity is done with author field now using bidirectional assocation.
-Added IsEqualToUser class.
-@Ignore was deleted in TestStoryEJB and also fixed buggy test.
-The xml datasets have been populated and adapted with the news fields.
-The sql script and StoryDataset haven been modified also.
The file was modifiedtests/src/main/resources/datasets/storiesLess.xml (diff)
The file was modifiedtests/src/main/resources/datasets/storiesSameDate.xml (diff)
The file was modifiedservice/src/test/java/es/uvigo/esei/dgss/teama/microstories/service/TestStoryEJB.java (diff)
The file was modifiedadditional-material/db/microstories-mysql.full.sql (diff)
The file was modifiedtests/src/main/resources/datasets/stories-delete.xml (diff)
The file was modifiedtests/src/main/resources/datasets/stories.xml (diff)
The file was addedtests/src/main/resources/scripts/clean.sql (diff)
The file was modifiedservice/src/main/java/es/uvigo/esei/dgss/teama/microstories/service/StoryEJB.java (diff)
The file was modifieddomain/src/main/java/es/uvigo/esei/dgss/teama/microstories/domain/entities/User.java (diff)
The file was modifiedtests/src/main/java/es/uvigo/esei/dgss/teama/microstories/domain/entities/IsEqualToStory.java (diff)
The file was modifiedtests/src/main/resources/datasets/stories-add.xml (diff)
The file was modifieddomain/src/main/java/es/uvigo/esei/dgss/teama/microstories/domain/entities/Story.java (diff)
The file was modifieddomain/src/test/java/es/uvigo/esei/dgss/teama/microstories/domain/entities/StoryEntityTest.java (diff)
The file was modifieddomain/src/test/java/es/uvigo/esei/dgss/teama/microstories/domain/entities/UserEntityTest.java (diff)
The file was modifiedtests/src/main/java/es/uvigo/esei/dgss/teama/microstories/domain/entities/StoryDataset.java (diff)
The file was addedtests/src/main/java/es/uvigo/esei/dgss/teama/microstories/domain/entities/IsEqualToUser.java (diff)
The file was modifiedtests/src/main/resources/datasets/stories-edit.xml (diff)