SuccessChanges

Summary

  1. Adds location field to Event entity (details)
Commit 0fc1c59daf153b80e80214c630b845c8d494f374 by agjacome
Adds location field to Event entity
Current event entity did not have yet a required "location" field. It
has been added as a simple String field in the Event class, with its
respective tests checking that the requirements (non-null, non-empty and
les than 100 characters) will always be fulfilled.
Datasets for the Event entity have also been changed to reflect the new
required field.
The file was modifiedtests/src/main/java/es/uvigo/esei/dgss/letta/domain/entities/EventsDataset.java
The file was modifiedtests/src/main/resources/datasets/events.xml
The file was modifiedtests/src/main/resources/datasets/events-less-than-five.xml
The file was modifieddomain/src/test/java/es/uvigo/esei/dgss/letta/domain/entities/EventTest.java
The file was modifieddomain/src/main/java/es/uvigo/esei/dgss/letta/domain/entities/Event.java
The file was modifiedtests/src/main/resources/datasets/events-less-than-twenty.xml