]> WPIA git - gigi.git/blobdiff - tests/org/cacert/gigi/testUtils/ManagedTest.java
add: external test for password reset
[gigi.git] / tests / org / cacert / gigi / testUtils / ManagedTest.java
index 0ae9f9a7b1de8bf4ca777502885509e8aef4428f..bd35e821324dc0eff83b2d23be45f422258ac4f1 100644 (file)
@@ -330,7 +330,7 @@ public class ManagedTest extends ConfiguredTest {
         ps2.execute();
     }
 
-    static String stripCookie(String headerField) {
+    protected static String stripCookie(String headerField) {
         return headerField.substring(0, headerField.indexOf(';'));
     }