Commit
fea195309c2e434e4618af81afc75b9c5180ae12
by mgrodriguez3
[sto7 - task41/task42] Obtains events from an user A logged user can view her events thats are created by him. The page "myEvents.xhtml" show the events from the logged user. For this, the "eventController.java" call the method getMyEvents() define in "EventEJB.java" witch obtain the list of events. In the "EventEJBTest.java" the method testGetMyEventsAreCreatedByMe() check if the list of events whitch are returned have the same creator who is logged.
Commit
5034bf82ae1d0e86d16aea2e43beeb9bd5ffe95c
by mgrodriguez3
[sto7 - task41/task42] test with wallEvents Do diferents tests to prove the view of the jsf is correct and you can view the events and access to their characteristics.