]> WPIA git - gigi.git/blobdiff - tests/org/cacert/gigi/testUtils/ManagedTest.java
add: test case verifying certificate overview.
[gigi.git] / tests / org / cacert / gigi / testUtils / ManagedTest.java
index 28628cb852b11374d50bcb2ee123817c0eefd4c8..0ae9f9a7b1de8bf4ca777502885509e8aef4428f 100644 (file)
@@ -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;