SuccessChanges

Summary

  1. tsk82 Creates the test to ckeck the REST methods (details)
Commit 1aa3842cdf6b68af540ebd71c11142ea692f0b48 by pvfernandez
tsk82 Creates the test to ckeck the REST methods
The main content of this commit creates the test to check the method
getMyJoinedEvents() of the REST layer It has been necesassy modify the
security for the REST layer, the md5 pass of 'ansaa' user in the
datasets and some annotations in the Event and User entities
The file was addedrest/src/main/java/es/uvigo/esei/dgss/lettab/rest/CORSFilter.java (diff)
The file was modifiedtests/src/main/resources/datasets/events-with-users.xml (diff)
The file was modifiedservice/src/main/java/es/uvigo/esei/dgss/lettab/service/EventEJB.java (diff)
The file was modifiedrest/src/test/java/es/uvigo/esei/dgss/lettab/rest/RestTestSuite.java (diff)
The file was addedrest/src/test/java/es/uvigo/esei/dgss/lettab/rest/EventRESTTest.java (diff)
The file was modifiedtests/src/main/resources/datasets/events1.xml (diff)
The file was addedrest/src/test/java/es/uvigo/esei/dgss/lettab/rest/GenericTypes.java (diff)
The file was addedrest/src/main/java/es/uvigo/esei/dgss/lettab/rest/IllegalArgumentExceptionMapper.java (diff)
The file was modifieddomain/src/main/java/es/uvigo/esei/dgss/lettab/domain/User.java (diff)
The file was modifiedtests/src/main/resources/datasets/userEventAssist.xml (diff)
The file was modifiedtests/src/main/resources/datasets/userEventNotAssist.xml (diff)
The file was addedrest/src/main/java/es/uvigo/esei/dgss/lettab/rest/SecurityExceptionMapper.java (diff)
The file was modifiedrest/src/test/resources/web.xml (diff)
The file was modifieddomain/src/main/java/es/uvigo/esei/dgss/lettab/domain/Event.java (diff)
The file was modifiedtests/src/main/resources/datasets/events4.xml (diff)
The file was modifiedtests/src/main/resources/datasets/eventsAssist.xml (diff)
The file was modifiedrest/src/main/webapp/WEB-INF/web.xml (diff)