SuccessChanges

Summary

  1. Fixes in the Competition and Team Service tests (details)
Commit fd37fa445e08316ca589e10601e9d93610d8e68d by mprodriguez4
Fixes in the Competition and Team Service tests
The tests that used collections have been simplified. Now instead of
getting the lists and then sorting them through the collections, they
are compared using containsTeamsInAnyOrder /
containsCompetitionsInAnyOrder. With this we get the tests to be simpler
and better understood.
The file was modifiedservice/src/test/java/es/uvigo/esei/dgss/teamb/ligaaas/service/ejbs/TeamServiceIntegrationTest.java (diff)
The file was modifiedservice/src/test/java/es/uvigo/esei/dgss/teamb/ligaaas/service/ejbs/CompetitionServiceIntegrationTest.java (diff)