3599 wasn't fixed until 2.1m1

git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@708340 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Brian E Fox 2008-10-27 21:54:40 +00:00
parent f5d28eaba1
commit 3201179bb3
1 changed files with 6 additions and 0 deletions

View File

@ -37,6 +37,7 @@ import org.mortbay.jetty.Request;
import org.mortbay.jetty.Server;
import org.mortbay.jetty.handler.AbstractHandler;
public class MavenITmng3599useHttpProxyForWebDAVTest
extends AbstractMavenIntegrationTestCase
{
@ -55,6 +56,11 @@ public class MavenITmng3599useHttpProxyForWebDAVTest
" <name>Maven Site Plugin Test10</name>\n" +
"</project>";
public MavenITmng3599useHttpProxyForWebDAVTest()
{
super( "(2.1.0-M1,)" );
}
public void setUp()
throws Exception
{