<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/es.uvigo.esei.dgss.letta$jsf/106/mavenArtifacts/</url></action><action></action><artifact><displayPath>jsf-0.0.1-SNAPSHOT-javadoc.jar</displayPath><fileName>jsf-0.0.1-SNAPSHOT-javadoc.jar</fileName><relativePath>es.uvigo.esei.dgss.letta/jsf/0.0.1-SNAPSHOT/jsf-0.0.1-SNAPSHOT-javadoc.jar</relativePath></artifact><artifact><displayPath>jsf-0.0.1-SNAPSHOT-sources.jar</displayPath><fileName>jsf-0.0.1-SNAPSHOT-sources.jar</fileName><relativePath>es.uvigo.esei.dgss.letta/jsf/0.0.1-SNAPSHOT/jsf-0.0.1-SNAPSHOT-sources.jar</relativePath></artifact><artifact><displayPath>jsf-0.0.1-SNAPSHOT.pom</displayPath><fileName>jsf-0.0.1-SNAPSHOT.pom</fileName><relativePath>es.uvigo.esei.dgss.letta/jsf/0.0.1-SNAPSHOT/jsf-0.0.1-SNAPSHOT.pom</relativePath></artifact><artifact><displayPath>jsf-0.0.1-SNAPSHOT.war</displayPath><fileName>jsf-0.0.1-SNAPSHOT.war</fileName><relativePath>es.uvigo.esei.dgss.letta/jsf/0.0.1-SNAPSHOT/jsf-0.0.1-SNAPSHOT.war</relativePath></artifact><building>false</building><displayName>#106</displayName><duration>222659</duration><estimatedDuration>10145</estimatedDuration><fullDisplayName>LETTA » JSF #106</fullDisplayName><id>106</id><keepLog>false</keepLog><number>106</number><queueId>-1</queueId><result>SUCCESS</result><timestamp>1449264430267</timestamp><url>http://sing.ei.uvigo.es/dt/jenkins/job/LETTA/es.uvigo.esei.dgss.letta$jsf/106/</url><builtOn></builtOn><changeSet _class='hudson.maven.FilteredChangeLogSet'><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>tests/src/main/java/es/uvigo/esei/dgss/letta/mail/Email.java</affectedPath><affectedPath>jsf/src/test/resources-wildfly-embedded-mysql/beans.xml</affectedPath><affectedPath>jsf/src/test/resources-wildfly-embedded-h2/beans.xml</affectedPath><affectedPath>jsf/src/test/resources-wildfly-embedded-h2/beans-mailer.xml</affectedPath><affectedPath>jsf/src/test/java/es/uvigo/esei/dgss/letta/jsf/util/mail/TestingMailer.java</affectedPath><affectedPath>tests/src/main/java/es/uvigo/esei/dgss/letta/mail/MailBox.java</affectedPath><affectedPath>jsf/src/test/resources-wildfly-embedded-mysql/beans-mailer.xml</affectedPath><commitId>3285f34f61ba56f6dde383404b7ad27ed22170e4</commitId><timestamp>1449261845000</timestamp><author><absoluteUrl>http://sing.ei.uvigo.es/dt/jenkins/user/bcgonzalez3</absoluteUrl><fullName>bcgonzalez3</fullName></author><authorEmail>bcgonzalez3@esei.uvigo.es</authorEmail><comment>Adds a TestingMailer to the JSF module
TestingMailer is a stub implementation of the Mailer interface intended 
to be used in the tests. This class replaces the DefaultMailer to store 
the emails sent instead of effectively sending them.
This email also adds the Email and MailBox classes to the tests module. 
This classes can be used to ease the implementation of stub Mailer. 
Actually, the JSF's TestingMailer extends the MailBox class.
</comment><date>2015-12-04 21:44:05 +0100</date><id>3285f34f61ba56f6dde383404b7ad27ed22170e4</id><msg>Adds a TestingMailer to the JSF module</msg><path><editType>add</editType><file>jsf/src/test/java/es/uvigo/esei/dgss/letta/jsf/util/mail/TestingMailer.java</file></path><path><editType>add</editType><file>jsf/src/test/resources-wildfly-embedded-mysql/beans-mailer.xml</file></path><path><editType>edit</editType><file>jsf/src/test/resources-wildfly-embedded-h2/beans.xml</file></path><path><editType>add</editType><file>tests/src/main/java/es/uvigo/esei/dgss/letta/mail/Email.java</file></path><path><editType>add</editType><file>jsf/src/test/resources-wildfly-embedded-h2/beans-mailer.xml</file></path><path><editType>add</editType><file>tests/src/main/java/es/uvigo/esei/dgss/letta/mail/MailBox.java</file></path><path><editType>edit</editType><file>jsf/src/test/resources-wildfly-embedded-mysql/beans.xml</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>jsf/src/test/java/es/uvigo/esei/dgss/letta/jsf/RegisterUserControllerTest.java</affectedPath><affectedPath>jsf/src/main/webapp/register.xhtml</affectedPath><affectedPath>jsf/src/test/java/es/uvigo/esei/dgss/letta/jsf/pages/RegisterForm.java</affectedPath><affectedPath>tests/src/main/java/es/uvigo/esei/dgss/letta/domain/entities/UsersDataset.java</affectedPath><affectedPath>jsf/src/test/java/es/uvigo/esei/dgss/letta/jsf/pages/RegisterPage.java</affectedPath><commitId>dbb4f543f0e35bd6d8e1f5c5f351fd61422801bb</commitId><timestamp>1449264249000</timestamp><author><absoluteUrl>http://sing.ei.uvigo.es/dt/jenkins/user/bcgonzalez3</absoluteUrl><fullName>bcgonzalez3</fullName></author><authorEmail>bcgonzalez3@esei.uvigo.es</authorEmail><comment>Merges a temporal branch failing test.
Added a test for register user controller Created a testing mailer to
simulate send a confirmation email.
</comment><date>2015-12-04 22:24:09 +0100</date><id>dbb4f543f0e35bd6d8e1f5c5f351fd61422801bb</id><msg>Merges a temporal branch failing test.</msg><path><editType>edit</editType><file>jsf/src/main/webapp/register.xhtml</file></path><path><editType>edit</editType><file>tests/src/main/java/es/uvigo/esei/dgss/letta/domain/entities/UsersDataset.java</file></path><path><editType>edit</editType><file>jsf/src/test/java/es/uvigo/esei/dgss/letta/jsf/pages/RegisterPage.java</file></path><path><editType>add</editType><file>jsf/src/test/java/es/uvigo/esei/dgss/letta/jsf/pages/RegisterForm.java</file></path><path><editType>edit</editType><file>jsf/src/test/java/es/uvigo/esei/dgss/letta/jsf/RegisterUserControllerTest.java</file></path></item></changeSet><culprit><absoluteUrl>http://sing.ei.uvigo.es/dt/jenkins/user/bcgonzalez3</absoluteUrl><fullName>bcgonzalez3</fullName></culprit><mavenArtifacts><url>http://sing.ei.uvigo.es/dt/jenkins/job/LETTA/es.uvigo.esei.dgss.letta$jsf/106/mavenArtifacts/</url></mavenArtifacts></mavenBuild>