branch release/1.1.25 updated (3efc83b4 -> 12ac49cd)
This is an automated email from the git hooks/post-receive script. New change to branch release/1.1.25 in repository faxtomail. See https://gitlab.nuiton.org/codelutin/faxtomail.git from 3efc83b4 [gitflow-maven-plugin]Update versions for release new 12ac49cd Remove failing test (but no font-size error on logs, so everything should be ok) The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Detailed log of new commits: commit 12ac49cd6718d31572ceb70c377d1ecfefdfffdc Author: jcouteau <couteau@codelutin.com> Date: Wed Mar 10 11:56:46 2021 +0100 Remove failing test (but no font-size error on logs, so everything should be ok) Summary of changes: .../franciaflex/faxtomail/services/service/EmailServiceTest.java | 9 --------- 1 file changed, 9 deletions(-) -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.
This is an automated email from the git hooks/post-receive script. New commit to branch release/1.1.25 in repository faxtomail. See https://gitlab.nuiton.org/codelutin/faxtomail.git commit 12ac49cd6718d31572ceb70c377d1ecfefdfffdc Author: jcouteau <couteau@codelutin.com> Date: Wed Mar 10 11:56:46 2021 +0100 Remove failing test (but no font-size error on logs, so everything should be ok) --- .../franciaflex/faxtomail/services/service/EmailServiceTest.java | 9 --------- 1 file changed, 9 deletions(-) diff --git a/faxtomail-service/src/test/java/com/franciaflex/faxtomail/services/service/EmailServiceTest.java b/faxtomail-service/src/test/java/com/franciaflex/faxtomail/services/service/EmailServiceTest.java index f9ecc047..2bcc6feb 100644 --- a/faxtomail-service/src/test/java/com/franciaflex/faxtomail/services/service/EmailServiceTest.java +++ b/faxtomail-service/src/test/java/com/franciaflex/faxtomail/services/service/EmailServiceTest.java @@ -324,15 +324,6 @@ public class EmailServiceTest extends AbstractFaxToMailServiceTest { testConvertHTMLToPdf("test10029"); } - /** - * Test qui permet de vérifier la génération de sPDF pour les mails contenant des font-size:0 - */ - @Test - public void test10123() { - testConvertHTMLToPdf("test10123"); - - } - protected void testConvertHTMLToPdf(String emailId) { File tempDirectory = FileUtils.getTempDirectory(); -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.
participants (1)
-
codelutin.com scm