]> WPIA git - gigi.git/blobdiff - tests/org/cacert/gigi/InitTruststore.java
Move 2 test util classes to the "testUtils" package
[gigi.git] / tests / org / cacert / gigi / InitTruststore.java
diff --git a/tests/org/cacert/gigi/InitTruststore.java b/tests/org/cacert/gigi/InitTruststore.java
deleted file mode 100644 (file)
index 65c48fe..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
-package org.cacert.gigi;
-
-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() {
-
-       }
-}