SuccessChanges

Summary

  1. tsk7.1 Adds the competition entity + Added the competition class + Added (details)
  2. Adds ejb methods to Team entity (details)
  3. Fixes some tests of the ejb of team (details)
Commit 9769bbe8a1e3fbbde257d1dad6eaff5403933426 by agbarbosa
tsk7.1 Adds the competition entity + Added the competition class + Added
the tests for competition * Modified TestSuite to include the new tests
The file was addeddomain/src/main/java/es/uvigo/esei/dgss/teamd/ligaaas/domain/entities/Competition.java (diff)
The file was addeddomain/src/test/java/es/uvigo/esei/dgss/teamd/ligaaas/entities/CompetitionTest.java (diff)
The file was modifieddomain/src/test/java/es/uvigo/esei/dgss/teamd/ligaaas/entities/EntitiesTestSuite.java (diff)
Commit cf443d6d19e74b3becfbaec432b0d32fc2e6c06b by anibalmgb1992
Adds ejb methods to Team entity
This commit adds methods to the ejb layer of Teams Test are incomplete
due to technical problems The next commit will complete the tests
The file was addedservice/src/test/java/es/uvigo/esei/dgss/teamd/ligaaas/services/TeamServiceIntegrationTest.java (diff)
The file was addedservice/src/main/java/es/uvigo/esei/dgss/teamd/ligaaas/services/TeamService.java (diff)
The file was addedtests/src/main/resources/datasets/teams.xml (diff)
The file was modifieddomain/src/main/java/es/uvigo/esei/dgss/teamd/ligaaas/domain/entities/Team.java (diff)
The file was addedtests/src/main/java/es/uvigo/esei/dgss/teamd/ligaaas/domain/entities/IsEqualToTeam.java (diff)
The file was addedtests/src/main/resources/scripts/teams.sql (diff)
The file was addedtests/src/main/java/es/uvigo/esei/dgss/teamd/ligaaas/domain/entities/TeamsDataset.java (diff)
The file was modifiedtests/src/main/resources/scripts/cleanup.sql (diff)
Commit fe82509eb7b93997740e790e2364db5e22f188e8 by anibalmgb1992
Fixes some tests of the ejb of team
This commit fixes some tests of the ejb of team
The file was modifiedtests/src/main/resources/datasets/teams.xml (diff)
The file was modifiedtests/src/main/java/es/uvigo/esei/dgss/teamd/ligaaas/domain/entities/IsEqualToTeam.java (diff)
The file was modifiedservice/src/test/java/es/uvigo/esei/dgss/teamd/ligaaas/services/TeamServiceIntegrationTest.java (diff)
The file was modifiedservice/src/test/java/es/uvigo/esei/dgss/teamd/ligaaas/services/ServiceIntegrationTestSuite.java (diff)
The file was modifiedservice/src/main/java/es/uvigo/esei/dgss/teamd/ligaaas/services/TeamService.java (diff)