roxspring commented on a change in pull request #485: URL: https://github.com/apache/maven-surefire/pull/485#discussion_r823498127
########## File path: surefire-its/src/test/java/org/apache/maven/surefire/its/jiras/Surefire1787JUnit5IT.java ########## @@ -93,6 +93,18 @@ public void selectJUnit5() "Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider" ); } + @Test + public void selectJUnit5UsingConfiguredProvider() + { + unpack( "junit-4-5" ) + .activateProfile( "select-junit5-using-configured-provider" ) + .executeTest() + .verifyErrorFree( 1 ) + .verifyTextInLog( "Running pkg.JUnit5Test" ) + .verifyTextInLog( + "Using configured provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider" ); + } + Review comment: Doh - sorry! Thought I'd removed it already. Amended in e02e872921342459f81652ba6d9b64366fa093b2. -- 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. To unsubscribe, e-mail: issues-unsubscr...@maven.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org