SuccessChanges

Summary

  1. [sto7 - task41/task42] Obtains events from an user (details)
  2. [sto7 - task41/task42] added the atribute canceled (details)
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.
The file was modifiedservice/src/test/java/es/uvigo/esei/dgss/teama/letta/ejb/EventEJBTest.java
The file was modifiedservice/src/main/java/es/uvigo/esei/dgss/teama/letta/ejb/EventEJB.java
The file was addedjsf/src/main/webapp/myEvents.xhtml
The file was addedtests/src/main/resources/datasets/event-created-by-user.xml
Commit 1d5dc4cb519775e7ae44f06aefb9520ab34ecd14 by mgrodriguez3
[sto7 - task41/task42] added the atribute canceled
the attribute canceled is added on the event-created-by-user.xml to
execute the test
The file was modifiedtests/src/main/resources/datasets/event-created-by-user.xml