SuccessChanges

Summary

  1. tsk22 Completed the rest tests (details)
Commit e6940317686bff5266be7d39320da0faeacb091e by daniel
tsk22 Completed the rest tests
Fix ambiguity in StoryResource IsEqualToStory is modified to be
compatible with the new user entity, as well as the creation of
IsEqualToUser Add get and set of story in user Fix format in
jboss-web.xml Test rest is completed Fix search view for user entity
The file was modifiedjsf/src/main/webapp/WEB-INF/jboss-web.xml (diff)
The file was modifieddomain/src/main/java/es/uvigo/esei/dgss/microstories/domain/User.java (diff)
The file was modifiedtests/src/main/java/es/uvigo/esei/dgss/teama/microstories/entities/IsEqualToStory.java (diff)
The file was modifiedjsf/src/main/webapp/WEB-INF/searchlist.xhtml (diff)
The file was modifiedrest/src/main/java/es/uvigo/esei/dgss/microstories/rest/StoryResource.java (diff)
The file was addedtests/src/main/java/es/uvigo/esei/dgss/teama/microstories/entities/IsEqualToUser.java (diff)
The file was modifiedrest/src/test/java/es/uvigo/esei/dgss/microstories/rest/StoryResourceRestTest.java (diff)