improve tests

This commit is contained in:
Arnaud Roques
2022-12-06 19:06:00 +01:00
parent 0154160c7d
commit df9c10604a
2 changed files with 10 additions and 0 deletions

View File

@@ -42,6 +42,7 @@ public abstract class WebappTestCase extends TestCase {
@Override
public void setUp() throws Exception {
net.sourceforge.plantuml.servlet.ProxyServlet.goTest();
serverUtils.startServer();
// logger.info(getServerUrl());
}