You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by GitBox <gi...@apache.org> on 2019/08/19 11:02:35 UTC

[GitHub] [maven-integration-testing] michael-o commented on a change in pull request #41: [MNG-5693] Remove check for link to cwiki

michael-o commented on a change in pull request #41: [MNG-5693] Remove check for link to cwiki
URL: https://github.com/apache/maven-integration-testing/pull/41#discussion_r315153544
 
 

 ##########
 File path: core-it-suite/src/test/java/org/apache/maven/it/MavenITmng5482AetherNotFoundTest.java
 ##########
 @@ -90,7 +90,16 @@ public void check( String dir )
         assertTrue( "ClassNotFoundException message was not found in output.", msg >= 0 );
 
         int url = indexOf( lines, ".*http://cwiki.apache.org/confluence/display/MAVEN/AetherClassNotFound.*" );
-        assertTrue( "Url to ClassNotFoundAether was not found in output.", url >= 0 );
+
+        boolean versionWithMng5693 = matchesVersionRange( "[3.6.1,)"); // no more link to cwiki
 
 Review comment:
   Why not change this in `super()`? The test will be obsolete with 3.6.2?!

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services