X-Git-Url: https://code.wpia.club/?p=gigi.git;a=blobdiff_plain;f=tests%2Forg%2Fcacert%2Fgigi%2FtestUtils%2FManagedTest.java;h=0ae9f9a7b1de8bf4ca777502885509e8aef4428f;hp=28628cb852b11374d50bcb2ee123817c0eefd4c8;hb=9af691cb9d611b73907468af22e40cafa8b0200b;hpb=2999fe7cdf3d4df160344cc41f93bfc2bec442f3 diff --git a/tests/org/cacert/gigi/testUtils/ManagedTest.java b/tests/org/cacert/gigi/testUtils/ManagedTest.java index 28628cb8..0ae9f9a7 100644 --- a/tests/org/cacert/gigi/testUtils/ManagedTest.java +++ b/tests/org/cacert/gigi/testUtils/ManagedTest.java @@ -473,7 +473,7 @@ public class ManagedTest extends ConfiguredTest { return (HttpURLConnection) uc; } - public HttpURLConnection get(String cookie, String path, int formIndex) throws IOException { + public HttpURLConnection get(String cookie, String path) throws IOException { URLConnection uc = new URL("https://" + getServerName() + path).openConnection(); uc.addRequestProperty("Cookie", cookie); return (HttpURLConnection) uc;