SuccessChanges

Summary

  1. tsk16 - Team updated & team competition relation (details)
Commit 0913a6080e4dd4996c0bcf998be1d27ae8e06bf9 by hector.rodriguez
tsk16 - Team updated & team competition relation
- Relation between team and competition was added. For that, another JPA
entity was created to make that relation
- Fix bug with enum type on TeamJPA
- New tests for Teams
The file was modifieddomain/src/test/java/es/uvigo/esei/dgss/team/TeamTest.java (diff)
The file was addeddomain/src/main/java/es/uvigo/esei/dgss/team/TeamCompetitionJPA.java (diff)
The file was addedtests/src/main/resources/datasets/Teams/teams.xml (diff)
The file was modifieddomain/src/main/java/es/uvigo/esei/dgss/team/TeamJPA.java (diff)
The file was addedtests/src/main/resources/datasets/Teams/teams-update.xml (diff)
The file was addedtests/src/main/resources/datasets/Teams/teams-create.xml (diff)