Author: brett Date: Tue Dec 9 20:06:13 2008 New Revision: 724967 URL: http://svn.apache.org/viewvc?rev=724967&view=rev Log: rollback of wagon beta-4 means this test is not fixed until 2.1.0-M1
Modified: maven/core-integration-testing/trunk/core-it-suite/src/test/java/org/apache/maven/it/MavenITmng3599useHttpProxyForWebDAVTest.java Modified: maven/core-integration-testing/trunk/core-it-suite/src/test/java/org/apache/maven/it/MavenITmng3599useHttpProxyForWebDAVTest.java URL: http://svn.apache.org/viewvc/maven/core-integration-testing/trunk/core-it-suite/src/test/java/org/apache/maven/it/MavenITmng3599useHttpProxyForWebDAVTest.java?rev=724967&r1=724966&r2=724967&view=diff ============================================================================== --- maven/core-integration-testing/trunk/core-it-suite/src/test/java/org/apache/maven/it/MavenITmng3599useHttpProxyForWebDAVTest.java (original) +++ maven/core-integration-testing/trunk/core-it-suite/src/test/java/org/apache/maven/it/MavenITmng3599useHttpProxyForWebDAVTest.java Tue Dec 9 20:06:13 2008 @@ -182,8 +182,8 @@ 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" );