SuccessChanges

Summary

  1. tsk73 Admin User Draft (details)
Commit a067f06835e259835ce3798050a6e4408331a6df by arfarinha
tsk73 Admin User Draft
Adds several changes to register the role of an admin User. To be more
accurate:
-Adds role ADMIN in the enumerate Role.
-Creates a constructor for admins.
-Test the constructor.
-Updates users.xml and users-delete to include an admin
-Updates UsersDataset to reflect the changes.
-Updates UserAuthorizationEJBTest with a dummy check to avoid failing
due to the method getCurrentUser method because it only allows the USER
Role.
The file was modifieddomain/src/test/java/es/uvigo/esei/dgss/letta/domain/entities/UserTest.java
The file was modifiedtests/src/main/resources/datasets/users-delete.xml
The file was modifieddomain/src/main/java/es/uvigo/esei/dgss/letta/domain/entities/Role.java
The file was modifieddomain/src/main/java/es/uvigo/esei/dgss/letta/domain/entities/User.java
The file was modifiedtests/src/main/resources/datasets/users.xml
The file was modifiedservice/src/test/java/es/uvigo/esei/dgss/letta/service/UserAuthorizationEJBTest.java
The file was modifiedtests/src/main/java/es/uvigo/esei/dgss/letta/domain/entities/UsersDataset.java