cstamas commented on code in PR #237:
URL:
https://github.com/apache/maven-integration-testing/pull/237#discussion_r1071868777
##########
core-it-suite/src/test/java/org/apache/maven/it/MavenITmng7470ResolverTransportTest.java:
##########
@@ -105,14 +105,7 @@ private void performTest( /* nullable */ final String
transport, final String lo
public void testResolverTransportDefault()
throws Exception
{
- if ( matchesVersionRange( "[4.0.0-alpha-3,)" ) )
- {
- performTest( null, NATIVE_LOG_SNIPPET );
- }
- else // [3.9.0,) but not 4, see above and ctor
- {
- performTest( null, WAGON_LOG_SNIPPET );
Review Comment:
No, as this class has 3 tests: default, forced-wagon, forced-native and is
used in forced-wagon test. This change is only about default one (nothing
forced).
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]