Author: brianf
Date: Mon Oct 27 14:54:40 2008
New Revision: 708340

URL: http://svn.apache.org/viewvc?rev=708340&view=rev
Log:
3599 wasn't fixed until 2.1m1

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=708340&r1=708339&r2=708340&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
 Mon Oct 27 14:54:40 2008
@@ -37,6 +37,7 @@
 import org.mortbay.jetty.Server;
 import org.mortbay.jetty.handler.AbstractHandler;
 
+
 public class MavenITmng3599useHttpProxyForWebDAVTest
     extends AbstractMavenIntegrationTestCase
 {
@@ -55,6 +56,11 @@
                             "  <name>Maven Site Plugin Test10</name>\n" +
                             "</project>";
 
+    public MavenITmng3599useHttpProxyForWebDAVTest()
+    {
+        super( "(2.1.0-M1,)" );
+    }
+
     public void setUp()
         throws Exception
     {


Reply via email to