SuccessChanges

Summary

  1. tsk73 Checks coverage of the service layer (details)
Commit 992124590c827b6b5cbaf6001bf8ab11cffc2a85 by pvfernandez
tsk73 Checks coverage of the service layer
This commit adds new tests in EventEJBTest and UserEJBTest to cover the
coverage as much as possible To do this, it has been necessary to create
new datasets
The file was modifiedtests/src/main/java/es/uvigo/esei/dgss/lettab/domain/datasets/UsersDataset.java (diff)
The file was addedtests/src/main/resources/datasets/userEventNotActive.xml (diff)
The file was modifiedtests/src/main/java/es/uvigo/esei/dgss/lettab/domain/datasets/EventsDataset.java (diff)
The file was modifiedservice/src/test/java/es/uvigo/esei/dgss/lettab/service/EventEJBTest.java (diff)
The file was modifiedtests/src/main/resources/datasets/events1.xml (diff)
The file was addedtests/src/main/resources/datasets/userActive2.xml (diff)
The file was modifiedservice/src/test/java/es/uvigo/esei/dgss/lettab/service/UserEJBTest.java (diff)
The file was addedtests/src/main/resources/datasets/eventCanceled.xml (diff)
The file was addedtests/src/main/resources/datasets/userNotLinkedEvent.xml (diff)