]> WPIA git - gigi.git/blobdiff - tests/org/cacert/gigi/testUtils/ManagedTest.java
Factor out dummy password.
[gigi.git] / tests / org / cacert / gigi / testUtils / ManagedTest.java
index aa800251e5b7a9995fd3d7a25e9a89c7d9a1c2ad..36ae2ca1802beec9cd821a1b0569e4f14b0941a8 100644 (file)
@@ -47,6 +47,11 @@ import org.junit.AfterClass;
 import org.junit.BeforeClass;
 
 public class ManagedTest {
+       /**
+        * Some password that fullfills the password criteria.
+        */
+       protected static final String TEST_PASSWORD = "xvXV12°§";
+
        private final String registerService = "/register";
 
        private static TestEmailReciever ter;