X-Git-Url: https://code.wpia.club/?p=gigi.git;a=blobdiff_plain;f=tests%2Forg%2Fcacert%2Fgigi%2FtestUtils%2FBusinessTest.java;h=c014e2b3a22c427ab811ec9c9304eb360da5993a;hp=408b518bb50d0ee02de31561f34c64a3fbb93f41;hb=533294134fb42a02b2557c68eda45f47d77e73cc;hpb=1e1e5b741b623440c756c0b7e2fa14a5ccecb874 diff --git a/tests/org/cacert/gigi/testUtils/BusinessTest.java b/tests/org/cacert/gigi/testUtils/BusinessTest.java index 408b518b..c014e2b3 100644 --- a/tests/org/cacert/gigi/testUtils/BusinessTest.java +++ b/tests/org/cacert/gigi/testUtils/BusinessTest.java @@ -38,7 +38,7 @@ public abstract class BusinessTest extends ConfiguredTest { } @Override - public void sendmail(String to, String subject, String message, String from, String replyto, String toname, String fromname, String errorsto, boolean extra) throws IOException { + public void sendMail(String to, String subject, String message, String from, String replyto, String toname, String fromname, String errorsto, boolean extra) throws IOException { TestMail tm = new TestEmailReceiver.TestMail(to, subject, message, fromname, replyto) { @Override