]> WPIA git - gigi.git/blobdiff - tests/org/cacert/gigi/testUtils/InitTruststore.java
upd: rename package name and all references to it
[gigi.git] / tests / org / cacert / gigi / testUtils / InitTruststore.java
diff --git a/tests/org/cacert/gigi/testUtils/InitTruststore.java b/tests/org/cacert/gigi/testUtils/InitTruststore.java
deleted file mode 100644 (file)
index 1207df9..0000000
+++ /dev/null
@@ -1,15 +0,0 @@
-package org.cacert.gigi.testUtils;
-
-public class InitTruststore {
-
-    private InitTruststore() {}
-
-    static {
-        System.setProperty("javax.net.ssl.trustStorePassword", "changeit");
-        System.setProperty("javax.net.ssl.trustStore", "config/cacerts.jks");
-    }
-
-    public static void run() {
-
-    }
-}