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:
Brett Porter 2008-12-10 04:06:13 +00:00
parent 0fbb89c926
commit 0cbd26b393
1 changed files with 2 additions and 2 deletions

View File

@ -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" );