SuccessChanges

Summary

  1. [jpa] T1.1 - Adds more test for UserJPA (details)
  2. [jpa] T1.1 Adds new test for UserJPA (details)
Commit 9c785463549930f1a8086c05a16873436eec1372 by prfernandez2
[jpa] T1.1 - Adds more test for UserJPA
Adds more test for the entity UserJPA and checks things like lenght and
securuty of the password/email.
The file was modifieddomain/src/main/java/es/uvigo/esei/dgss/user/UserJPA.java (diff)
The file was modifieddomain/src/test/java/es/uvigo/esei/dgss/user/UserTest.java (diff)
Commit 2196dcd97bb703673360ab7ac573cc2ba46acc02 by prfernandez2
[jpa] T1.1 Adds new test for UserJPA
Adds more test for the entity UserJPA to check things like length and
nullable of some attributes and security of email and password.
The file was modifieddomain/src/test/java/es/uvigo/esei/dgss/user/UserPlayerTest.java (diff)
The file was modifieddomain/src/test/java/es/uvigo/esei/dgss/team/TeamTest.java (diff)
The file was modifiedservice/src/test/java/es/uvigo/esei/dgss/user/UserEJBTest.java (diff)