You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@syncope.apache.org by il...@apache.org on 2014/09/15 12:23:25 UTC

svn commit: r1624990 - in /syncope/trunk: ./ core/src/test/java/org/apache/syncope/core/notification/NotificationTest.java

Author: ilgrosso
Date: Mon Sep 15 10:23:25 2014
New Revision: 1624990

URL: http://svn.apache.org/r1624990
Log:
[SYNCOPE-547] Merge from 1_2_X

Modified:
    syncope/trunk/   (props changed)
    syncope/trunk/core/src/test/java/org/apache/syncope/core/notification/NotificationTest.java

Propchange: syncope/trunk/
------------------------------------------------------------------------------
  Merged /syncope/branches/1_2_X:r1624967-1624989

Modified: syncope/trunk/core/src/test/java/org/apache/syncope/core/notification/NotificationTest.java
URL: http://svn.apache.org/viewvc/syncope/trunk/core/src/test/java/org/apache/syncope/core/notification/NotificationTest.java?rev=1624990&r1=1624989&r2=1624990&view=diff
==============================================================================
--- syncope/trunk/core/src/test/java/org/apache/syncope/core/notification/NotificationTest.java (original)
+++ syncope/trunk/core/src/test/java/org/apache/syncope/core/notification/NotificationTest.java Mon Sep 15 10:23:25 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 {