You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by gn...@apache.org on 2023/01/24 19:00:50 UTC

[maven-mvnd] branch master updated: Fix test for changed version message

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

gnodet pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-mvnd.git


The following commit(s) were added to refs/heads/master by this push:
     new faa59800 Fix test for changed version message
faa59800 is described below

commit faa59800d0fc9e3c4585a300f87e23b8d55b9ca6
Author: Guillaume Nodet <gn...@gmail.com>
AuthorDate: Tue Jan 24 20:00:27 2023 +0100

    Fix test for changed version message
---
 .../src/test/java/org/mvndaemon/mvnd/it/VersionNativeIT.java            | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/integration-tests/src/test/java/org/mvndaemon/mvnd/it/VersionNativeIT.java b/integration-tests/src/test/java/org/mvndaemon/mvnd/it/VersionNativeIT.java
index 9a6caa76..010fd927 100644
--- a/integration-tests/src/test/java/org/mvndaemon/mvnd/it/VersionNativeIT.java
+++ b/integration-tests/src/test/java/org/mvndaemon/mvnd/it/VersionNativeIT.java
@@ -45,7 +45,7 @@ public class VersionNativeIT {
         client.execute(output, "-v").assertSuccess();
 
         output.assertContainsMatchingSubsequence(
-                "\\Qmvnd "
+                "\\QApache Maven Daemon (mvnd) "
                         + System.getProperty("project.version")
                         + " "
                         + (isNative()