SuccessChanges

Summary

  1. tsk20 Adds Relationship between User and Team with its Test and Dataset (details)
Commit 2bbdc0023fec284055f616db9ccbe17975a70b58 by dvvilar
tsk20 Adds Relationship between User and Team with its Test and Dataset
The relationship for User and Team has been created Addition and
refactor of the tests for the relationship, modifying:
PlayerTest,TeamTest and CompetitionTest The mysql script was updated The
dataset of team now contains the value of the relationship
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 modifiedtests/src/main/resources/datasets/team.xml (diff)
The file was modifieddomain/src/test/java/ligaaas/teamc/domain/PlayerTest.java (diff)
The file was modifieddomain/src/main/java/ligaaas/teamc/domain/Team.java (diff)
The file was modifieddomain/src/test/java/ligaaas/teamc/domain/TeamTest.java (diff)