<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><origindevelop _class='hudson.plugins.git.util.Build'><buildNumber>117</buildNumber><marked><SHA1>1aa3842cdf6b68af540ebd71c11142ea692f0b48</SHA1><branch><SHA1>1aa3842cdf6b68af540ebd71c11142ea692f0b48</SHA1><name>origin/develop</name></branch></marked><revision><SHA1>1aa3842cdf6b68af540ebd71c11142ea692f0b48</SHA1><branch><SHA1>1aa3842cdf6b68af540ebd71c11142ea692f0b48</SHA1><name>origin/develop</name></branch></revision></origindevelop><refsremotesorigindevelop _class='hudson.plugins.git.util.Build'><buildNumber>1</buildNumber><marked><SHA1>05b566d8494eb74162987961649e7f78d34670f2</SHA1><branch><SHA1>05b566d8494eb74162987961649e7f78d34670f2</SHA1><name>refs/remotes/origin/develop</name></branch></marked><revision><SHA1>05b566d8494eb74162987961649e7f78d34670f2</SHA1><branch><SHA1>05b566d8494eb74162987961649e7f78d34670f2</SHA1><name>refs/remotes/origin/develop</name></branch></revision></refsremotesorigindevelop></buildsByBranchName><lastBuiltRevision><SHA1>1aa3842cdf6b68af540ebd71c11142ea692f0b48</SHA1><branch><SHA1>1aa3842cdf6b68af540ebd71c11142ea692f0b48</SHA1><name>origin/develop</name></branch></lastBuiltRevision><remoteUrl>http://sing.ei.uvigo.es/dt/gitlab/dgss-1617-teamB/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>84</totalCount><urlName>testReport</urlName></action><action></action><action></action><action></action><action></action><action></action><building>false</building><displayName>#117</displayName><duration>305861</duration><estimatedDuration>317338</estimatedDuration><fullDisplayName>LETTA 1617 Team B #117</fullDisplayName><id>117</id><keepLog>false</keepLog><number>117</number><queueId>120</queueId><result>SUCCESS</result><timestamp>1482520029651</timestamp><url>http://sing.ei.uvigo.es/dt/jenkins/view/all/job/LETTA%201617%20Team%20B/117/</url><builtOn></builtOn><changeSet _class='hudson.plugins.git.GitChangeSetList'><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>rest/src/main/java/es/uvigo/esei/dgss/lettab/rest/SecurityExceptionMapper.java</affectedPath><affectedPath>rest/src/main/java/es/uvigo/esei/dgss/lettab/rest/CORSFilter.java</affectedPath><affectedPath>rest/src/main/webapp/WEB-INF/web.xml</affectedPath><affectedPath>tests/src/main/resources/datasets/events1.xml</affectedPath><affectedPath>rest/src/test/java/es/uvigo/esei/dgss/lettab/rest/GenericTypes.java</affectedPath><affectedPath>tests/src/main/resources/datasets/userEventNotAssist.xml</affectedPath><affectedPath>tests/src/main/resources/datasets/eventsAssist.xml</affectedPath><affectedPath>rest/src/test/java/es/uvigo/esei/dgss/lettab/rest/RestTestSuite.java</affectedPath><affectedPath>domain/src/main/java/es/uvigo/esei/dgss/lettab/domain/Event.java</affectedPath><affectedPath>tests/src/main/resources/datasets/events4.xml</affectedPath><affectedPath>service/src/main/java/es/uvigo/esei/dgss/lettab/service/EventEJB.java</affectedPath><affectedPath>domain/src/main/java/es/uvigo/esei/dgss/lettab/domain/User.java</affectedPath><affectedPath>rest/src/test/resources/web.xml</affectedPath><affectedPath>rest/src/main/java/es/uvigo/esei/dgss/lettab/rest/IllegalArgumentExceptionMapper.java</affectedPath><affectedPath>tests/src/main/resources/datasets/userEventAssist.xml</affectedPath><affectedPath>tests/src/main/resources/datasets/events-with-users.xml</affectedPath><affectedPath>rest/src/test/java/es/uvigo/esei/dgss/lettab/rest/EventRESTTest.java</affectedPath><commitId>1aa3842cdf6b68af540ebd71c11142ea692f0b48</commitId><timestamp>1482518862000</timestamp><author><absoluteUrl>http://sing.ei.uvigo.es/dt/jenkins/user/pvfernandez</absoluteUrl><fullName>pvfernandez</fullName></author><authorEmail>pvfernandez@esei.uvigo.es</authorEmail><comment>tsk82 Creates the test to ckeck the REST methods
The main content of this commit creates the test to check the method 
getMyJoinedEvents() of the REST layer It has been necesassy modify the
security for the REST layer, the md5 pass of 'ansaa' user in the
datasets and some annotations in the Event and User entities
</comment><date>2016-12-23 19:47:42 +0100</date><id>1aa3842cdf6b68af540ebd71c11142ea692f0b48</id><msg>tsk82 Creates the test to ckeck the REST methods</msg><path><editType>add</editType><file>rest/src/main/java/es/uvigo/esei/dgss/lettab/rest/IllegalArgumentExceptionMapper.java</file></path><path><editType>edit</editType><file>domain/src/main/java/es/uvigo/esei/dgss/lettab/domain/User.java</file></path><path><editType>add</editType><file>rest/src/main/java/es/uvigo/esei/dgss/lettab/rest/CORSFilter.java</file></path><path><editType>add</editType><file>rest/src/test/java/es/uvigo/esei/dgss/lettab/rest/GenericTypes.java</file></path><path><editType>edit</editType><file>tests/src/main/resources/datasets/events1.xml</file></path><path><editType>edit</editType><file>rest/src/test/resources/web.xml</file></path><path><editType>edit</editType><file>tests/src/main/resources/datasets/userEventNotAssist.xml</file></path><path><editType>edit</editType><file>tests/src/main/resources/datasets/userEventAssist.xml</file></path><path><editType>edit</editType><file>rest/src/main/webapp/WEB-INF/web.xml</file></path><path><editType>edit</editType><file>rest/src/test/java/es/uvigo/esei/dgss/lettab/rest/RestTestSuite.java</file></path><path><editType>edit</editType><file>tests/src/main/resources/datasets/eventsAssist.xml</file></path><path><editType>edit</editType><file>tests/src/main/resources/datasets/events4.xml</file></path><path><editType>edit</editType><file>service/src/main/java/es/uvigo/esei/dgss/lettab/service/EventEJB.java</file></path><path><editType>edit</editType><file>tests/src/main/resources/datasets/events-with-users.xml</file></path><path><editType>add</editType><file>rest/src/main/java/es/uvigo/esei/dgss/lettab/rest/SecurityExceptionMapper.java</file></path><path><editType>edit</editType><file>domain/src/main/java/es/uvigo/esei/dgss/lettab/domain/Event.java</file></path><path><editType>add</editType><file>rest/src/test/java/es/uvigo/esei/dgss/lettab/rest/EventRESTTest.java</file></path></item><kind>git</kind></changeSet><culprit><absoluteUrl>http://sing.ei.uvigo.es/dt/jenkins/user/pvfernandez</absoluteUrl><fullName>pvfernandez</fullName></culprit><mavenArtifacts></mavenArtifacts><mavenVersionUsed>3.3.9</mavenVersionUsed></mavenModuleSetBuild>