SuccessChanges

Summary

  1. tsk7-1 Adds Relationship between User and Player with its Test and (details)
Commit e988440e82da8418356506cd17bfe5da5969b5f1 by agnovoa2
tsk7-1 Adds Relationship between User and Player with its Test and
Dataset
The relationship for User and Player has been created Addition and
refactor of the tests for the relationship, modifying: PlayerTest and
UserTest The mysql script was updated The dataset of user now contains
the value of the relationship Modified Player and User validations to
include apache commons validations Added setId in User and its tests
Modified Competition and Team tests for including id in User constructor
The file was modifiedadditional-material/db/ligaaas-mysql.full.sql (diff)
The file was modifieddomain/src/test/java/ligaaas/teamc/domain/CompetitionTest.java (diff)
The file was modifieddomain/src/test/java/ligaaas/teamc/domain/TeamTest.java (diff)
The file was modifieddomain/src/test/java/ligaaas/teamc/domain/PlayerTest.java (diff)
The file was modifieddomain/src/main/java/ligaaas/teamc/domain/Player.java (diff)
The file was modifieddomain/src/test/java/ligaaas/teamc/domain/UserTest.java (diff)
The file was modifieddomain/src/main/java/ligaaas/teamc/domain/User.java (diff)
The file was modifiedtests/src/main/resources/datasets/user.xml (diff)