mirror of https://github.com/apache/maven.git
rollback of wagon beta-4 means this test is not fixed until 2.1.0-M1
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@724967 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
0fbb89c926
commit
0cbd26b393
|
@ -182,8 +182,8 @@ public class MavenITmng3599useHttpProxyForWebDAVTest
|
|||
public void testmng3599useHttpProxyForWebDAV()
|
||||
throws Exception
|
||||
{
|
||||
// Doesn't work until 2.0.10+
|
||||
if ( matchesVersionRange( "(2.0.9, 2.99.99)" ) )
|
||||
// Doesn't work until 2.1.0-M1+
|
||||
if ( matchesVersionRange( "[2.1.0-M1, 2.99.99)" ) )
|
||||
{
|
||||
File testDir = ResourceExtractor.simpleExtractResources( getClass(), "/mng-3599" );
|
||||
|
||||
|
|
Loading…
Reference in New Issue