]> WPIA git - gigi.git/blobdiff - tests/org/cacert/gigi/ping/TestSSL.java
fix TestSSL to be in acordance with the Form parser
[gigi.git] / tests / org / cacert / gigi / ping / TestSSL.java
index 28ce5bfff36d57724e896fef6c42d577a1c25ab3..fe2db568fe09b6f4b97bd2684e225516d3600134 100644 (file)
@@ -106,7 +106,7 @@ public class TestSSL extends PingTest {
                 sss.close();
             }
         }
-        String content = "newdomain=" + URLEncoder.encode(test, "UTF-8") + //
+        String content = "adddomain&newdomain=" + URLEncoder.encode(test, "UTF-8") + //
                 "&emailType=y&email=2&SSLType=y" + //
                 "&ssl-type-0=direct&ssl-port-0=" + port + //
                 "&ssl-type-1=direct&ssl-port-1=" + port2 + //