<mavenBuild _class='hudson.maven.MavenBuild'><action></action><action _class='hudson.maven.reporters.MavenArtifactRecord'><attachedArtifact><artifactId>tests</artifactId><canonicalName>tests-0.0.1-SNAPSHOT-sources.jar</canonicalName><classifier>sources</classifier><fileName>tests-0.0.1-SNAPSHOT-sources.jar</fileName><groupId>es.uvigo.esei.dgss.letta</groupId><md5sum>0cac2acd0389ccf227727ba937e394c9</md5sum><type>java-source</type><version>0.0.1-SNAPSHOT</version></attachedArtifact><attachedArtifact><artifactId>tests</artifactId><canonicalName>tests-0.0.1-SNAPSHOT-javadoc.jar</canonicalName><classifier>javadoc</classifier><fileName>tests-0.0.1-SNAPSHOT-javadoc.jar</fileName><groupId>es.uvigo.esei.dgss.letta</groupId><md5sum>04ab7af710857ae2dcda9d7e746c7e81</md5sum><type>javadoc</type><version>0.0.1-SNAPSHOT</version></attachedArtifact><mainArtifact><artifactId>tests</artifactId><canonicalName>tests-0.0.1-SNAPSHOT.jar</canonicalName><fileName>tests-0.0.1-SNAPSHOT.jar</fileName><groupId>es.uvigo.esei.dgss.letta</groupId><md5sum>9e76a510a4d031f377fbed985d52d592</md5sum><type>jar</type><version>0.0.1-SNAPSHOT</version></mainArtifact><parent><number>106</number><url>http://sing.ei.uvigo.es/dt/jenkins/job/LETTA/es.uvigo.esei.dgss.letta$tests/106/</url></parent><pomArtifact><artifactId>tests</artifactId><canonicalName>tests-0.0.1-SNAPSHOT.pom</canonicalName><fileName>pom.xml</fileName><groupId>es.uvigo.esei.dgss.letta</groupId><md5sum>59ee2a271afc954ee7d4cf1b03903eb9</md5sum><type>pom</type><version>0.0.1-SNAPSHOT</version></pomArtifact><url>http://sing.ei.uvigo.es/dt/jenkins/job/LETTA/es.uvigo.esei.dgss.letta$tests/106/mavenArtifacts/</url></action><action></action><artifact><displayPath>tests-0.0.1-SNAPSHOT-javadoc.jar</displayPath><fileName>tests-0.0.1-SNAPSHOT-javadoc.jar</fileName><relativePath>es.uvigo.esei.dgss.letta/tests/0.0.1-SNAPSHOT/tests-0.0.1-SNAPSHOT-javadoc.jar</relativePath></artifact><artifact><displayPath>tests-0.0.1-SNAPSHOT-sources.jar</displayPath><fileName>tests-0.0.1-SNAPSHOT-sources.jar</fileName><relativePath>es.uvigo.esei.dgss.letta/tests/0.0.1-SNAPSHOT/tests-0.0.1-SNAPSHOT-sources.jar</relativePath></artifact><artifact><displayPath>tests-0.0.1-SNAPSHOT.jar</displayPath><fileName>tests-0.0.1-SNAPSHOT.jar</fileName><relativePath>es.uvigo.esei.dgss.letta/tests/0.0.1-SNAPSHOT/tests-0.0.1-SNAPSHOT.jar</relativePath></artifact><artifact><displayPath>tests-0.0.1-SNAPSHOT.pom</displayPath><fileName>tests-0.0.1-SNAPSHOT.pom</fileName><relativePath>es.uvigo.esei.dgss.letta/tests/0.0.1-SNAPSHOT/tests-0.0.1-SNAPSHOT.pom</relativePath></artifact><building>false</building><displayName>Tests</displayName><duration>5701</duration><estimatedDuration>9632</estimatedDuration><fullDisplayName>LETTA » Tests Tests</fullDisplayName><id>106</id><keepLog>false</keepLog><number>106</number><queueId>-1</queueId><result>SUCCESS</result><timestamp>1449264430262</timestamp><url>http://sing.ei.uvigo.es/dt/jenkins/job/LETTA/es.uvigo.esei.dgss.letta$tests/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/RegexMatcher.java</affectedPath><commitId>75b0a397b51ef25801ac36f5fa41175eea1668d1</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 new Hamcrest matcher for regular expressions
The RegexMatcher is a basic Hamcrest matcher that check if a string 
matches a given regular expression.
</comment><date>2015-12-04 21:44:05 +0100</date><id>75b0a397b51ef25801ac36f5fa41175eea1668d1</id><msg>Adds a new Hamcrest matcher for regular expressions</msg><path><editType>add</editType><file>tests/src/main/java/es/uvigo/esei/dgss/letta/mail/RegexMatcher.java</file></path></item><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>tests/src/main/java/es/uvigo/esei/dgss/letta/mail/Email.java</file></path><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-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-h2/beans.xml</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-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/test/java/es/uvigo/esei/dgss/letta/jsf/pages/RegisterForm.java</affectedPath><affectedPath>jsf/src/main/webapp/register.xhtml</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/test/java/es/uvigo/esei/dgss/letta/jsf/RegisterUserControllerTest.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/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></item></changeSet><culprit><absoluteUrl>http://sing.ei.uvigo.es/dt/jenkins/user/bcgonzalez3</absoluteUrl><fullName>bcgonzalez3</fullName><id>bcgonzalez3</id><property _class='hudson.model.PaneStatusProperties'></property><property _class='jenkins.security.ApiTokenProperty'></property><property _class='com.cloudbees.plugins.credentials.UserCredentialsProvider$UserCredentialsProperty'></property><property _class='hudson.model.MyViewsProperty'></property><property _class='hudson.search.UserSearchProperty'><insensitiveSearch>false</insensitiveSearch></property><property _class='hudson.tasks.Mailer$UserProperty'><address>bcgonzalez3@ese.uvigo.es</address></property><property _class='hudson.plugins.emailext.watching.EmailExtWatchAction$UserProperty'></property><property _class='org.jenkinsci.plugins.displayurlapi.user.PreferredProviderUserProperty'></property></culprit><mavenArtifacts><attachedArtifact><artifactId>tests</artifactId><canonicalName>tests-0.0.1-SNAPSHOT-sources.jar</canonicalName><classifier>sources</classifier><fileName>tests-0.0.1-SNAPSHOT-sources.jar</fileName><groupId>es.uvigo.esei.dgss.letta</groupId><md5sum>0cac2acd0389ccf227727ba937e394c9</md5sum><type>java-source</type><version>0.0.1-SNAPSHOT</version></attachedArtifact><attachedArtifact><artifactId>tests</artifactId><canonicalName>tests-0.0.1-SNAPSHOT-javadoc.jar</canonicalName><classifier>javadoc</classifier><fileName>tests-0.0.1-SNAPSHOT-javadoc.jar</fileName><groupId>es.uvigo.esei.dgss.letta</groupId><md5sum>04ab7af710857ae2dcda9d7e746c7e81</md5sum><type>javadoc</type><version>0.0.1-SNAPSHOT</version></attachedArtifact><mainArtifact><artifactId>tests</artifactId><canonicalName>tests-0.0.1-SNAPSHOT.jar</canonicalName><fileName>tests-0.0.1-SNAPSHOT.jar</fileName><groupId>es.uvigo.esei.dgss.letta</groupId><md5sum>9e76a510a4d031f377fbed985d52d592</md5sum><type>jar</type><version>0.0.1-SNAPSHOT</version></mainArtifact><parent><number>106</number><url>http://sing.ei.uvigo.es/dt/jenkins/job/LETTA/es.uvigo.esei.dgss.letta$tests/106/</url></parent><pomArtifact><artifactId>tests</artifactId><canonicalName>tests-0.0.1-SNAPSHOT.pom</canonicalName><fileName>pom.xml</fileName><groupId>es.uvigo.esei.dgss.letta</groupId><md5sum>59ee2a271afc954ee7d4cf1b03903eb9</md5sum><type>pom</type><version>0.0.1-SNAPSHOT</version></pomArtifact><url>http://sing.ei.uvigo.es/dt/jenkins/job/LETTA/es.uvigo.esei.dgss.letta$tests/106/mavenArtifacts/</url></mavenArtifacts></mavenBuild>