]> WPIA git - gigi.git/blobdiff - tests/org/cacert/gigi/testUtils/BusinessTest.java
upd: rename sendmail to sendMail
[gigi.git] / tests / org / cacert / gigi / testUtils / BusinessTest.java
index 408b518bb50d0ee02de31561f34c64a3fbb93f41..c014e2b3a22c427ab811ec9c9304eb360da5993a 100644 (file)
@@ -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