Author: ilgrosso
Date: Mon Sep 15 10:23:04 2014
New Revision: 1624989
URL: http://svn.apache.org/r1624989
Log:
[SYNCOPE-547] Fixing notification test errors
Modified:
syncope/branches/1_2_X/core/src/test/java/org/apache/syncope/core/notification/NotificationTest.java
Modified:
syncope/branches/1_2_X/core/src/test/java/org/apache/syncope/core/notification/NotificationTest.java
URL:
http://svn.apache.org/viewvc/syncope/branches/1_2_X/core/src/test/java/org/apache/syncope/core/notification/NotificationTest.java?rev=1624989&r1=1624988&r2=1624989&view=diff
==============================================================================
---
syncope/branches/1_2_X/core/src/test/java/org/apache/syncope/core/notification/NotificationTest.java
(original)
+++
syncope/branches/1_2_X/core/src/test/java/org/apache/syncope/core/notification/NotificationTest.java
Mon Sep 15 10:23:04 2014
@@ -176,8 +176,6 @@ public class NotificationTest {
sender.setDefaultEncoding(SyncopeConstants.DEFAULT_ENCODING);
sender.setHost(SMTP_HOST);
sender.setPort(SMTP_PORT);
- sender.setUsername(MAIL_ADDRESS);
- sender.setPassword(MAIL_PASSWORD);
}
private boolean verifyMail(final String sender, final String subject)
throws Exception {