branch develop updated (88d3e54 -> 1287978)
This is an automated email from the git hooks/post-receive script. New change to branch develop in repository jrst. See https://gitlab.nuiton.org/nuiton/jrst.git from 88d3e54 Update parent pom new 1287978 Update parent pom 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 128797873e13eb8d042c075fdce2c1d70705f21d Author: Eric Chatellier <chatellier@codelutin.com> Date: Fri Jul 8 16:10:43 2022 +0200 Update parent pom Summary of changes: .../src/test/java/org/nuiton/jrst/JrstParserTest.java | 4 ++++ doxia-module-jrst/src/test/java/org/nuiton/jrst/JrstParserTest.java | 4 ++++ 2 files changed, 8 insertions(+) -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.
This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository jrst. See https://gitlab.nuiton.org/nuiton/jrst.git commit 128797873e13eb8d042c075fdce2c1d70705f21d Author: Eric Chatellier <chatellier@codelutin.com> Date: Fri Jul 8 16:10:43 2022 +0200 Update parent pom --- .../src/test/java/org/nuiton/jrst/JrstParserTest.java | 4 ++++ doxia-module-jrst/src/test/java/org/nuiton/jrst/JrstParserTest.java | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/doxia-module-jrst-legacy/src/test/java/org/nuiton/jrst/JrstParserTest.java b/doxia-module-jrst-legacy/src/test/java/org/nuiton/jrst/JrstParserTest.java index 983a254..12618c0 100644 --- a/doxia-module-jrst-legacy/src/test/java/org/nuiton/jrst/JrstParserTest.java +++ b/doxia-module-jrst-legacy/src/test/java/org/nuiton/jrst/JrstParserTest.java @@ -22,6 +22,7 @@ package org.nuiton.jrst; +import java.io.File; import java.io.Reader; import java.io.StringWriter; @@ -43,6 +44,9 @@ public class JrstParserTest extends AbstractModuleTest { super.setUp(); parser = lookup(Parser.ROLE, "jrst"); + + // strange behaviour since surefire update + new File(System.getProperty("java.io.tmpdir")).mkdirs(); } public void testParse() throws Exception { diff --git a/doxia-module-jrst/src/test/java/org/nuiton/jrst/JrstParserTest.java b/doxia-module-jrst/src/test/java/org/nuiton/jrst/JrstParserTest.java index 88af67e..bf381b6 100644 --- a/doxia-module-jrst/src/test/java/org/nuiton/jrst/JrstParserTest.java +++ b/doxia-module-jrst/src/test/java/org/nuiton/jrst/JrstParserTest.java @@ -27,6 +27,7 @@ import org.apache.maven.doxia.module.xdoc.XdocSink; import org.apache.maven.doxia.parser.Parser; import org.apache.maven.doxia.sink.Sink; +import java.io.File; import java.io.Reader; import java.io.StringWriter; @@ -43,6 +44,9 @@ public class JrstParserTest extends AbstractModuleTest { super.setUp(); parser = lookup(Parser.ROLE, "jrst"); + + // strange behaviour since surefire update + new File(System.getProperty("java.io.tmpdir")).mkdirs(); } public void testParse() throws Exception { -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.
participants (1)
-
nuiton.org scm