SuccessChanges

Summary

  1. tsk63 Search, accept and reject invitations in EJB (details)
Commit b95acfb4c5b0638298c367e9553cdde1b804011b by anrodriquez
tsk63 Search, accept and reject invitations in EJB
Adds the search for a team's invitations. It also adds to accept or
delete these invitations. To do this, the team datasets are updated.
The file was modifiedtests/src/main/resources/datasets/teams.xml (diff)
The file was modifiedtests/src/main/resources/datasets/teamsAfterAddPlayer.xml (diff)
The file was modifiedtests/src/main/resources/scripts/cleanupTeamTests.sql (diff)
The file was addedtests/src/main/resources/datasets/teams-invitations-accepted.xml (diff)
The file was modifiedservice/src/main/java/es/uvigo/esei/dgss/teamb/ligaaas/service/ejbs/TeamService.java (diff)
The file was addedtests/src/main/resources/datasets/teams-invitations-reject.xml (diff)
The file was modifiedtests/src/main/java/es/uvigo/esei/dgss/teamb/ligaaas/domain/entities/TeamDataset.java (diff)
The file was modifiedservice/src/test/java/es/uvigo/esei/dgss/teamb/ligaaas/service/ejbs/TeamServiceIntegrationTest.java (diff)