SuccessChanges

Summary

  1. tsk30-57 Modifies the User and Registration entities allowing the new (details)
Commit 78e7879b7b13993e0fb0a9511f62fa9bdb07819c by aalopez
tsk30-57 Modifies the User and Registration entities allowing the new
optional data.
Adds the new data to the entities User and Registration Modifies the
test datasets including the values for the new data Adds the test for
the equals and hashcode of the Registration entity
The file was modifiedadditional-material/db/letta.full.sql (diff)
The file was modifiedadditional-material/db/letta.test.sql (diff)
The file was modifieddomain/src/main/java/es/uvigo/esei/dgss/letta/domain/entities/User.java (diff)
The file was modifiedtests/src/main/resources/datasets/registrations-create.xml (diff)
The file was modifiedtests/src/main/resources/datasets/users-delete.xml (diff)
The file was modifieddomain/src/main/java/es/uvigo/esei/dgss/letta/domain/entities/Registration.java (diff)
The file was modifieddomain/src/test/java/es/uvigo/esei/dgss/letta/domain/entities/RegistrationTest.java (diff)
The file was modifiedtests/src/main/resources/datasets/registrations-register-user.xml (diff)
The file was modifiedservice/src/test/java/es/uvigo/esei/dgss/letta/service/UserEJBTest.java (diff)
The file was modifiedtests/src/main/resources/datasets/registrations.xml (diff)
The file was modifiedtests/src/main/resources/datasets/users.xml (diff)
The file was modifiedtests/src/main/resources/datasets/new-user.xml (diff)
The file was modifiedtests/src/main/java/es/uvigo/esei/dgss/letta/domain/entities/UsersDataset.java (diff)