mirror of https://github.com/apache/maven.git
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:
parent
f5d28eaba1
commit
3201179bb3
|
@ -37,6 +37,7 @@ import org.mortbay.jetty.Request;
|
||||||
import org.mortbay.jetty.Server;
|
import org.mortbay.jetty.Server;
|
||||||
import org.mortbay.jetty.handler.AbstractHandler;
|
import org.mortbay.jetty.handler.AbstractHandler;
|
||||||
|
|
||||||
|
|
||||||
public class MavenITmng3599useHttpProxyForWebDAVTest
|
public class MavenITmng3599useHttpProxyForWebDAVTest
|
||||||
extends AbstractMavenIntegrationTestCase
|
extends AbstractMavenIntegrationTestCase
|
||||||
{
|
{
|
||||||
|
@ -55,6 +56,11 @@ public class MavenITmng3599useHttpProxyForWebDAVTest
|
||||||
" <name>Maven Site Plugin Test10</name>\n" +
|
" <name>Maven Site Plugin Test10</name>\n" +
|
||||||
"</project>";
|
"</project>";
|
||||||
|
|
||||||
|
public MavenITmng3599useHttpProxyForWebDAVTest()
|
||||||
|
{
|
||||||
|
super( "(2.1.0-M1,)" );
|
||||||
|
}
|
||||||
|
|
||||||
public void setUp()
|
public void setUp()
|
||||||
throws Exception
|
throws Exception
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue