<mavenModuleSetBuild _class='hudson.maven.MavenModuleSetBuild'><action _class='hudson.model.CauseAction'><cause _class='hudson.triggers.SCMTrigger$SCMTriggerCause'><shortDescription>Started by an SCM change</shortDescription></cause></action><action></action><action _class='hudson.plugins.git.util.BuildData'><buildsByBranchName><originmaster _class='hudson.plugins.git.util.Build'><buildNumber>1</buildNumber><marked><SHA1>eaca2576f14e8d419d02ecef87e3c53907664892</SHA1><branch><SHA1>eaca2576f14e8d419d02ecef87e3c53907664892</SHA1><name>origin/develop</name></branch><branch><SHA1>eaca2576f14e8d419d02ecef87e3c53907664892</SHA1><name>origin/master</name></branch></marked><revision><SHA1>eaca2576f14e8d419d02ecef87e3c53907664892</SHA1><branch><SHA1>eaca2576f14e8d419d02ecef87e3c53907664892</SHA1><name>origin/develop</name></branch><branch><SHA1>eaca2576f14e8d419d02ecef87e3c53907664892</SHA1><name>origin/master</name></branch></revision></originmaster><origindevelop _class='hudson.plugins.git.util.Build'><buildNumber>1</buildNumber><marked><SHA1>eaca2576f14e8d419d02ecef87e3c53907664892</SHA1><branch><SHA1>eaca2576f14e8d419d02ecef87e3c53907664892</SHA1><name>origin/develop</name></branch><branch><SHA1>eaca2576f14e8d419d02ecef87e3c53907664892</SHA1><name>origin/master</name></branch></marked><revision><SHA1>eaca2576f14e8d419d02ecef87e3c53907664892</SHA1><branch><SHA1>eaca2576f14e8d419d02ecef87e3c53907664892</SHA1><name>origin/develop</name></branch><branch><SHA1>eaca2576f14e8d419d02ecef87e3c53907664892</SHA1><name>origin/master</name></branch></revision></origindevelop><refsremotesorigindevelop _class='hudson.plugins.git.util.Build'><buildNumber>166</buildNumber><marked><SHA1>25ee20dad7ac976ce09f66add7581f8e7ea73a32</SHA1><branch><SHA1>25ee20dad7ac976ce09f66add7581f8e7ea73a32</SHA1><name>refs/remotes/origin/develop</name></branch></marked><revision><SHA1>25ee20dad7ac976ce09f66add7581f8e7ea73a32</SHA1><branch><SHA1>25ee20dad7ac976ce09f66add7581f8e7ea73a32</SHA1><name>refs/remotes/origin/develop</name></branch></revision></refsremotesorigindevelop></buildsByBranchName><lastBuiltRevision><SHA1>25ee20dad7ac976ce09f66add7581f8e7ea73a32</SHA1><branch><SHA1>25ee20dad7ac976ce09f66add7581f8e7ea73a32</SHA1><name>refs/remotes/origin/develop</name></branch></lastBuiltRevision><remoteUrl>http://sing.ei.uvigo.es/dt/gitlab/dgss/letta.git</remoteUrl><scmName></scmName></action><action _class='hudson.plugins.git.GitTagAction'></action><action></action><action></action><action _class='hudson.maven.reporters.MavenAggregatedArtifactRecord'></action><action _class='hudson.maven.reporters.SurefireAggregatedReport'><failCount>0</failCount><skipCount>0</skipCount><totalCount>192</totalCount><urlName>testReport</urlName></action><action></action><action></action><action></action><action></action><action></action><building>false</building><displayName>#166</displayName><duration>303428</duration><estimatedDuration>374870</estimatedDuration><fullDisplayName>LETTA #166</fullDisplayName><id>166</id><keepLog>false</keepLog><number>166</number><queueId>93</queueId><result>SUCCESS</result><timestamp>1450266909497</timestamp><url>http://sing.ei.uvigo.es/dt/jenkins/view/all/job/LETTA/166/</url><builtOn></builtOn><changeSet _class='hudson.plugins.git.GitChangeSetList'><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>tests/src/main/resources/datasets/new-event.xml</affectedPath><affectedPath>rest/src/test/java/es/uvigo/esei/dgss/letta/rest/EventResourceRestTest.java</affectedPath><affectedPath>service/src/main/java/es/uvigo/esei/dgss/letta/service/EventEJB.java</affectedPath><affectedPath>tests/src/main/resources/datasets/events-create.xml</affectedPath><affectedPath>rest/src/test/java/es/uvigo/esei/dgss/letta/rest/UserResourceUnitTest.java</affectedPath><affectedPath>rest/src/test/java/es/uvigo/esei/dgss/letta/rest/EventResourceUnitTest.java</affectedPath><affectedPath>tests/src/main/java/es/uvigo/esei/dgss/letta/domain/entities/EventsDataset.java</affectedPath><affectedPath>rest/src/main/java/es/uvigo/esei/dgss/letta/rest/EventResource.java</affectedPath><affectedPath>rest/src/test/java/es/uvigo/esei/dgss/letta/rest/UserResourceRestTest.java</affectedPath><commitId>25ee20dad7ac976ce09f66add7581f8e7ea73a32</commitId><timestamp>1450266973000</timestamp><author><absoluteUrl>http://sing.ei.uvigo.es/dt/jenkins/user/jacasanova</absoluteUrl><fullName>jacasanova</fullName></author><authorEmail>jacasanova@esei.uvigo.es</authorEmail><comment>tsk66-67 Adds missing tests for UserResource and EventResource
Adds missing tests for UserResource. Adds missing tests for
EventResource. Fixes an error in EventsDataset. Fixes an error in
new-event.xml Adds events-create.xml to test the REST create function. 
</comment><date>2015-12-16 12:56:13 +0100</date><id>25ee20dad7ac976ce09f66add7581f8e7ea73a32</id><msg>tsk66-67 Adds missing tests for UserResource and EventResource</msg><path><editType>edit</editType><file>service/src/main/java/es/uvigo/esei/dgss/letta/service/EventEJB.java</file></path><path><editType>add</editType><file>tests/src/main/resources/datasets/events-create.xml</file></path><path><editType>edit</editType><file>rest/src/test/java/es/uvigo/esei/dgss/letta/rest/UserResourceUnitTest.java</file></path><path><editType>edit</editType><file>rest/src/test/java/es/uvigo/esei/dgss/letta/rest/EventResourceUnitTest.java</file></path><path><editType>edit</editType><file>rest/src/test/java/es/uvigo/esei/dgss/letta/rest/EventResourceRestTest.java</file></path><path><editType>edit</editType><file>tests/src/main/java/es/uvigo/esei/dgss/letta/domain/entities/EventsDataset.java</file></path><path><editType>edit</editType><file>rest/src/main/java/es/uvigo/esei/dgss/letta/rest/EventResource.java</file></path><path><editType>edit</editType><file>tests/src/main/resources/datasets/new-event.xml</file></path><path><editType>edit</editType><file>rest/src/test/java/es/uvigo/esei/dgss/letta/rest/UserResourceRestTest.java</file></path></item><kind>git</kind></changeSet><culprit><absoluteUrl>http://sing.ei.uvigo.es/dt/jenkins/user/jacasanova</absoluteUrl><fullName>jacasanova</fullName></culprit><mavenArtifacts></mavenArtifacts><mavenVersionUsed>3.0.5</mavenVersionUsed></mavenModuleSetBuild>