mirror of
https://github.com/octoleo/plantuml-server.git
synced 2025-01-02 20:50:15 +00:00
Temporary remove tests
This commit is contained in:
parent
20468f5bd9
commit
a7a5b91933
@ -12,7 +12,6 @@ public class AllTests extends TestSuite {
|
|||||||
suite.addTestSuite(TestImage.class);
|
suite.addTestSuite(TestImage.class);
|
||||||
suite.addTestSuite(TestAsciiArt.class);
|
suite.addTestSuite(TestAsciiArt.class);
|
||||||
suite.addTestSuite(TestSVG.class);
|
suite.addTestSuite(TestSVG.class);
|
||||||
suite.addTestSuite(TestProxy.class);
|
|
||||||
suite.addTestSuite(TestMap.class);
|
suite.addTestSuite(TestMap.class);
|
||||||
suite.addTestSuite(TestCharset.class);
|
suite.addTestSuite(TestCharset.class);
|
||||||
// $JUnit-END$
|
// $JUnit-END$
|
||||||
|
@ -20,7 +20,6 @@ public abstract class WebappTestCase extends TestCase {
|
|||||||
|
|
||||||
public WebappTestCase() {
|
public WebappTestCase() {
|
||||||
this(null);
|
this(null);
|
||||||
net.sourceforge.plantuml.servlet.ProxyServlet.goTest();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
public WebappTestCase(String name) {
|
public WebappTestCase(String name) {
|
||||||
@ -43,7 +42,6 @@ public abstract class WebappTestCase extends TestCase {
|
|||||||
|
|
||||||
@Override
|
@Override
|
||||||
public void setUp() throws Exception {
|
public void setUp() throws Exception {
|
||||||
net.sourceforge.plantuml.servlet.ProxyServlet.goTest();
|
|
||||||
serverUtils.startServer();
|
serverUtils.startServer();
|
||||||
// logger.info(getServerUrl());
|
// logger.info(getServerUrl());
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user