mirror of https://github.com/apache/maven.git
o Used declarative skip directive
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@783120 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
ba5733b716
commit
76a1edfe52
|
@ -184,8 +184,8 @@ public class MavenITmng3599useHttpProxyForWebDAVTest
|
|||
throws Exception
|
||||
{
|
||||
// TODO: implement equivalent test for 3.0 once supported
|
||||
if ( matchesVersionRange( "[2.1.0-M1,3.0-alpha-1)" ) ) //2.1.0-M1+
|
||||
{
|
||||
requiresMavenVersion( "[2.1.0-M1,3.0-alpha-1)" );
|
||||
|
||||
File testDir = ResourceExtractor.simpleExtractResources( getClass(), "/mng-3599" );
|
||||
|
||||
/*
|
||||
|
@ -225,9 +225,4 @@ public class MavenITmng3599useHttpProxyForWebDAVTest
|
|||
verifier.assertArtifactContents( "org.apache.maven.its.mng3599", "test-dependency", "1.0", "jar",
|
||||
content + LS );
|
||||
}
|
||||
else
|
||||
{
|
||||
System.out.print( " [skipping DAV test for Maven versions < 2.1.0-M1] " );
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue