mirror of
https://github.com/octoleo/plantuml-server.git
synced 2024-12-22 00:38:54 +00:00
test
This commit is contained in:
parent
df9c10604a
commit
10dd88714a
@ -12,6 +12,7 @@ public class TestProxy extends WebappTestCase {
|
||||
* Verifies the proxified reception of the default Bob and Alice diagram
|
||||
*/
|
||||
public void testDefaultProxy() throws IOException {
|
||||
net.sourceforge.plantuml.servlet.ProxyServlet.goTest();
|
||||
final URL url = new URL(getServerUrl() + "/proxy?src=" + getServerUrl() + "/resource/test2diagrams.txt");
|
||||
final URLConnection conn = url.openConnection();
|
||||
// Analyze response
|
||||
|
@ -20,6 +20,7 @@ public abstract class WebappTestCase extends TestCase {
|
||||
|
||||
public WebappTestCase() {
|
||||
this(null);
|
||||
net.sourceforge.plantuml.servlet.ProxyServlet.goTest();
|
||||
}
|
||||
|
||||
public WebappTestCase(String name) {
|
||||
|
Loading…
Reference in New Issue
Block a user