SuccessChanges

Summary

  1. [sto11-tsk47] Adds the canceled property to Event (details)
Commit 650e33743411f4c308979566462a348f12946881 by sicofan
[sto11-tsk47] Adds the canceled property to Event
Adds the canceled attribute to Event class. Besides, datasets for
testing were updated with this property. On the other hand, the search
was modified such that canceled events are ignored, now.
The file was modifiedtests/src/main/resources/datasets/user-create-event.xml (diff)
The file was modifiedservice/src/test/java/es/uvigo/esei/dgss/teama/letta/ejb/EventEJBTest.java (diff)
The file was modifiedtests/src/main/resources/datasets/user-update-event-description.xml (diff)
The file was modifieddomain/src/main/java/es/uvigo/esei/dgss/teama/letta/entities/Event.java (diff)
The file was modifiedtests/src/main/java/es/uvigo/esei/dgss/teama/letta/entities/SearchEventDataset.java (diff)
The file was modifiedtests/src/main/resources/datasets/user-update-event-title.xml (diff)
The file was modifiedtests/src/main/resources/datasets/user-get-attended-events.xml (diff)
The file was modifiedtests/src/main/resources/datasets/user-update-event-start.xml (diff)
The file was modifiedtests/src/main/resources/datasets/user-search-event.xml (diff)
The file was modifiedservice/src/main/java/es/uvigo/esei/dgss/teama/letta/ejb/EventEJB.java (diff)
The file was modifiedtests/src/main/resources/datasets/user-update-event-location.xml (diff)
The file was modifiedtests/src/main/resources/datasets/user-delete-event.xml (diff)
The file was modifiedtests/src/main/resources/datasets/user-update-event-head.xml (diff)
The file was modifiedtests/src/main/resources/datasets/users.xml (diff)