<mavenBuild _class='hudson.maven.MavenBuild'><action _class='hudson.maven.reporters.SurefireReport'><failCount>0</failCount><skipCount>0</skipCount><totalCount>30</totalCount><urlName>testReport</urlName></action><action></action><action _class='hudson.maven.reporters.MavenArtifactRecord'><url>http://sing.ei.uvigo.es/dt/jenkins/job/LETTA%201617%20Team%20A/es.uvigo.esei.dgss.teama.letta$dgss1617-letta-teama-service/63/mavenArtifacts/</url></action><action></action><artifact><displayPath>dgss1617-letta-teama-service-0.2.0-SNAPSHOT-javadoc.jar</displayPath><fileName>dgss1617-letta-teama-service-0.2.0-SNAPSHOT-javadoc.jar</fileName><relativePath>es.uvigo.esei.dgss.teama.letta/dgss1617-letta-teama-service/0.2.0-SNAPSHOT/dgss1617-letta-teama-service-0.2.0-SNAPSHOT-javadoc.jar</relativePath></artifact><artifact><displayPath>dgss1617-letta-teama-service-0.2.0-SNAPSHOT-sources.jar</displayPath><fileName>dgss1617-letta-teama-service-0.2.0-SNAPSHOT-sources.jar</fileName><relativePath>es.uvigo.esei.dgss.teama.letta/dgss1617-letta-teama-service/0.2.0-SNAPSHOT/dgss1617-letta-teama-service-0.2.0-SNAPSHOT-sources.jar</relativePath></artifact><artifact><displayPath>dgss1617-letta-teama-service-0.2.0-SNAPSHOT-tests.jar</displayPath><fileName>dgss1617-letta-teama-service-0.2.0-SNAPSHOT-tests.jar</fileName><relativePath>es.uvigo.esei.dgss.teama.letta/dgss1617-letta-teama-service/0.2.0-SNAPSHOT/dgss1617-letta-teama-service-0.2.0-SNAPSHOT-tests.jar</relativePath></artifact><artifact><displayPath>dgss1617-letta-teama-service-0.2.0-SNAPSHOT.jar</displayPath><fileName>dgss1617-letta-teama-service-0.2.0-SNAPSHOT.jar</fileName><relativePath>es.uvigo.esei.dgss.teama.letta/dgss1617-letta-teama-service/0.2.0-SNAPSHOT/dgss1617-letta-teama-service-0.2.0-SNAPSHOT.jar</relativePath></artifact><artifact><displayPath>dgss1617-letta-teama-service-0.2.0-SNAPSHOT.pom</displayPath><fileName>dgss1617-letta-teama-service-0.2.0-SNAPSHOT.pom</fileName><relativePath>es.uvigo.esei.dgss.teama.letta/dgss1617-letta-teama-service/0.2.0-SNAPSHOT/dgss1617-letta-teama-service-0.2.0-SNAPSHOT.pom</relativePath></artifact><building>false</building><displayName>Service</displayName><duration>77596</duration><estimatedDuration>78493</estimatedDuration><fullDisplayName>LETTA 1617 Team A » Service Service</fullDisplayName><id>63</id><keepLog>false</keepLog><number>63</number><queueId>-1</queueId><result>SUCCESS</result><timestamp>1482426252860</timestamp><url>http://sing.ei.uvigo.es/dt/jenkins/job/LETTA%201617%20Team%20A/es.uvigo.esei.dgss.teama.letta$dgss1617-letta-teama-service/63/</url><builtOn></builtOn><changeSet _class='hudson.maven.FilteredChangeLogSet'><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>tests/src/main/resources/datasets/event-created-by-user.xml</affectedPath><affectedPath>jsf/src/main/webapp/myEvents.xhtml</affectedPath><affectedPath>service/src/main/java/es/uvigo/esei/dgss/teama/letta/ejb/EventEJB.java</affectedPath><affectedPath>service/src/test/java/es/uvigo/esei/dgss/teama/letta/ejb/EventEJBTest.java</affectedPath><commitId>fea195309c2e434e4618af81afc75b9c5180ae12</commitId><timestamp>1482422805000</timestamp><author><absoluteUrl>http://sing.ei.uvigo.es/dt/jenkins/user/mgrodriguez3</absoluteUrl><fullName>mgrodriguez3</fullName></author><authorEmail>mgrodriguez3@esei.uvigo.es</authorEmail><comment>[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.
</comment><date>2016-12-22 17:06:45 +0100</date><id>fea195309c2e434e4618af81afc75b9c5180ae12</id><msg>[sto7 - task41/task42] Obtains events from an user</msg><path><editType>add</editType><file>tests/src/main/resources/datasets/event-created-by-user.xml</file></path><path><editType>edit</editType><file>service/src/test/java/es/uvigo/esei/dgss/teama/letta/ejb/EventEJBTest.java</file></path><path><editType>add</editType><file>jsf/src/main/webapp/myEvents.xhtml</file></path><path><editType>edit</editType><file>service/src/main/java/es/uvigo/esei/dgss/teama/letta/ejb/EventEJB.java</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>jsf/src/main/java/es/uvigo/esei/dgss/teama/letta/jsf/EventController.java</affectedPath><affectedPath>jsf/src/main/webapp/myEvents.xhtml</affectedPath><affectedPath>service/src/main/java/es/uvigo/esei/dgss/teama/letta/ejb/EventEJB.java</affectedPath><commitId>5034bf82ae1d0e86d16aea2e43beeb9bd5ffe95c</commitId><timestamp>1482422805000</timestamp><author><absoluteUrl>http://sing.ei.uvigo.es/dt/jenkins/user/mgrodriguez3</absoluteUrl><fullName>mgrodriguez3</fullName></author><authorEmail>mgrodriguez3@esei.uvigo.es</authorEmail><comment>[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.
</comment><date>2016-12-22 17:06:45 +0100</date><id>5034bf82ae1d0e86d16aea2e43beeb9bd5ffe95c</id><msg>[sto7 - task41/task42] test with wallEvents</msg><path><editType>edit</editType><file>jsf/src/main/webapp/myEvents.xhtml</file></path><path><editType>edit</editType><file>jsf/src/main/java/es/uvigo/esei/dgss/teama/letta/jsf/EventController.java</file></path><path><editType>edit</editType><file>service/src/main/java/es/uvigo/esei/dgss/teama/letta/ejb/EventEJB.java</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>service/src/test/java/es/uvigo/esei/dgss/teama/letta/ejb/EventEJBTest.java</affectedPath><commitId>a54431b65f8f9b17be6a714b7b687009eca6766b</commitId><timestamp>1482425984000</timestamp><author><absoluteUrl>http://sing.ei.uvigo.es/dt/jenkins/user/mgrodriguez3</absoluteUrl><fullName>mgrodriguez3</fullName></author><authorEmail>mgrodriguez3@esei.uvigo.es</authorEmail><comment>[sto7 - task41/task42] refactorization
rename some variables in the eventEJBTest.java class to better
understand of the code
</comment><date>2016-12-22 17:59:44 +0100</date><id>a54431b65f8f9b17be6a714b7b687009eca6766b</id><msg>[sto7 - task41/task42] refactorization</msg><path><editType>edit</editType><file>service/src/test/java/es/uvigo/esei/dgss/teama/letta/ejb/EventEJBTest.java</file></path></item></changeSet><culprit><absoluteUrl>http://sing.ei.uvigo.es/dt/jenkins/user/mgrodriguez3</absoluteUrl><fullName>mgrodriguez3</fullName></culprit><mavenArtifacts><url>http://sing.ei.uvigo.es/dt/jenkins/job/LETTA%201617%20Team%20A/es.uvigo.esei.dgss.teama.letta$dgss1617-letta-teama-service/63/mavenArtifacts/</url></mavenArtifacts></mavenBuild>