You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ti...@apache.org on 2022/02/03 02:11:36 UTC

[maven-surefire] branch release/2.22.3 updated: build fix

This is an automated email from the ASF dual-hosted git repository.

tibordigana pushed a commit to branch release/2.22.3
in repository https://gitbox.apache.org/repos/asf/maven-surefire.git


The following commit(s) were added to refs/heads/release/2.22.3 by this push:
     new 283ce4f  build fix
283ce4f is described below

commit 283ce4f37d1bcffe82b9528fcfd8abd875d01197
Author: Tibor Digaňa <ti...@apache.org>
AuthorDate: Thu Feb 3 03:11:22 2022 +0100

    build fix
---
 .../apache/maven/surefire/its/jiras/Surefire1367AssumptionLogsIT.java   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/surefire-its/src/test/java/org/apache/maven/surefire/its/jiras/Surefire1367AssumptionLogsIT.java b/surefire-its/src/test/java/org/apache/maven/surefire/its/jiras/Surefire1367AssumptionLogsIT.java
index 48564fb..3faf41f 100644
--- a/surefire-its/src/test/java/org/apache/maven/surefire/its/jiras/Surefire1367AssumptionLogsIT.java
+++ b/surefire-its/src/test/java/org/apache/maven/surefire/its/jiras/Surefire1367AssumptionLogsIT.java
@@ -106,7 +106,7 @@ public class Surefire1367AssumptionLogsIT
         String outputCData = "<system-out><![CDATA[Hi" + NL +
                                      NL +
                                      "There!" + NL +
-                                     "]]></system-out>" + NL +
+                                     "]]></system-out>\n" +
                                      "    <system-err><![CDATA[Hello" + NL +
                                      NL +
                                      "What's up!" + NL +