SuccessChanges

Summary

  1. Adds more tests to validate correct Event creation (details)
Commit 44ae309b8488b2d77b6d891a6c0b87321ab89ee2 by agjacome
Adds more tests to validate correct Event creation
More tests have been added into the EventEJBTest. This includes the
creation of a new IsEqualToEvent Hamcrest matcher.
Some minor refactoring and cleanups have also been performed at the
service layer.
The file was modifiedservice/src/main/java/es/uvigo/esei/dgss/letta/service/EventEJB.java (diff)
The file was modifiedtests/src/main/java/es/uvigo/esei/dgss/letta/domain/entities/EventsDataset.java (diff)
The file was modifiedservice/src/main/java/es/uvigo/esei/dgss/letta/service/SearchEJB.java (diff)
The file was modifiedservice/src/main/java/es/uvigo/esei/dgss/letta/service/UserEJB.java (diff)
The file was modifiedservice/src/test/java/es/uvigo/esei/dgss/letta/service/EventEJBTest.java (diff)
The file was modifiedjsf/src/main/java/es/uvigo/esei/dgss/letta/jsf/IndexPageController.java (diff)
The file was modifiedservice/src/test/resources-wildfly-embedded-h2/beans-mailer.xml (diff)
The file was modifiedservice/src/test/resources-wildfly-embedded-h2/beans.xml (diff)
The file was modifiedservice/src/test/resources-wildfly-embedded-h2/beans-principal.xml (diff)
The file was addedtests/src/main/java/es/uvigo/esei/dgss/letta/domain/entities/IsEqualToEvent.java (diff)
The file was modifiedtests/src/main/resources/scripts/cleanup.sql (diff)
The file was addedservice/src/main/java/es/uvigo/esei/dgss/letta/service/UserAuthorizationEJB.java (diff)