]> WPIA git - gigi.git/blobdiff - tests/org/cacert/gigi/testUtils/ClientTest.java
add: test case verifying certificate overview.
[gigi.git] / tests / org / cacert / gigi / testUtils / ClientTest.java
index 5b565093752dc2da9adae939ddf0eaf8c59d3227..923fd97a70486ecdd14348a1aaefffd2a33e6330 100644 (file)
@@ -48,11 +48,7 @@ public abstract class ClientTest extends ManagedTest {
     }
 
     public HttpURLConnection get(String path) throws IOException {
-        return get(path, 0);
-    }
-
-    public HttpURLConnection get(String path, int formIndex) throws IOException {
-        return get(cookie, path, formIndex);
+        return get(cookie, path);
     }
 
 }