You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by mt...@apache.org on 2020/12/23 15:48:22 UTC

[maven-integration-testing] branch master updated: [MNG-4660] Increase usefulness of logging

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

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


The following commit(s) were added to refs/heads/master by this push:
     new acbb518  [MNG-4660] Increase usefulness of logging
acbb518 is described below

commit acbb518ac933cee958c2460fbdf62b7bbe0af40e
Author: Maarten Mulders <mt...@apache.org>
AuthorDate: Wed Dec 23 15:55:48 2020 +0100

    [MNG-4660] Increase usefulness of logging
---
 .../org/apache/maven/it/MavenITmng4660OutdatedPackagedArtifact.java     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/core-it-suite/src/test/java/org/apache/maven/it/MavenITmng4660OutdatedPackagedArtifact.java b/core-it-suite/src/test/java/org/apache/maven/it/MavenITmng4660OutdatedPackagedArtifact.java
index c32befe..c246b66 100644
--- a/core-it-suite/src/test/java/org/apache/maven/it/MavenITmng4660OutdatedPackagedArtifact.java
+++ b/core-it-suite/src/test/java/org/apache/maven/it/MavenITmng4660OutdatedPackagedArtifact.java
@@ -106,7 +106,7 @@ public class MavenITmng4660OutdatedPackagedArtifact extends AbstractMavenIntegra
         verifier3.verifyErrorFreeLog();
         try
         {
-            verifier3.verifyTextInLog( "Packaged artifact is not up-to-date" );
+            verifier3.verifyTextInLog( "Packaged artifact for module-a is not up-to-date" );
         }
         catch ( VerificationException e )
         {