]> WPIA git - gigi.git/blobdiff - tests/org/cacert/gigi/ping/TestHTTP.java
fix: typo in receive
[gigi.git] / tests / org / cacert / gigi / ping / TestHTTP.java
index a1c5c7ae8e325700a20d2ab319f7c4965fb463d0..18dff3851e0219ab882e806f64d62d21f3c31028 100644 (file)
@@ -74,7 +74,7 @@ public class TestHTTP extends PingTest {
                 "&adddomain&csrf=" + csrf;
         String p2 = sendDomainForm(content);
 
-        TestMail mail = getMailReciever().receive();
+        TestMail mail = getMailReceiver().receive();
         if (emailVariant == 0) {
             mail.verify();
         }
@@ -172,7 +172,7 @@ public class TestHTTP extends PingTest {
         }
         waitForPings(2);
 
-        TestMail mail = getMailReciever().receive();
+        TestMail mail = getMailReceiver().receive();
         mail.verify();
 
         String newcontent = IOUtils.readURL(get(p2));