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 2013/12/03 08:53:11 UTC

svn commit: r1547304 - in /syncope/trunk: .gitignore core/src/test/resources/content.xml

Author: ilgrosso
Date: Tue Dec  3 07:53:10 2013
New Revision: 1547304

URL: http://svn.apache.org/r1547304
Log:
[SYNCOPE-456] Applying provided patch

Modified:
    syncope/trunk/.gitignore
    syncope/trunk/core/src/test/resources/content.xml

Modified: syncope/trunk/.gitignore
URL: http://svn.apache.org/viewvc/syncope/trunk/.gitignore?rev=1547304&r1=1547303&r2=1547304&view=diff
==============================================================================
--- syncope/trunk/.gitignore (original)
+++ syncope/trunk/.gitignore Tue Dec  3 07:53:10 2013
@@ -1,7 +1,11 @@
 *.i??
+*.orig
 .idea
 .project
 .classpath
 .settings
 eclipse-classes
 target
+
+maven-eclipse.xml
+.externalToolBuilders

Modified: syncope/trunk/core/src/test/resources/content.xml
URL: http://svn.apache.org/viewvc/syncope/trunk/core/src/test/resources/content.xml?rev=1547304&r1=1547303&r2=1547304&view=diff
==============================================================================
--- syncope/trunk/core/src/test/resources/content.xml (original)
+++ syncope/trunk/core/src/test/resources/content.xml Tue Dec  3 07:53:10 2013
@@ -19,7 +19,7 @@ under the License.
 -->
 <dataset>
   <SyncopeConf confKey="password.cipher.algorithm" confValue="SHA1"/>
-  <SyncopeConf confKey="smtp.host" confValue="not-existing"/>
+  <SyncopeConf confKey="smtp.host" confValue="not-existing@syncope.apache.org"/>
   <SyncopeConf confKey="smtp.port" confValue="25"/>
   <!-- notificationjob.cronExpression:
   + not existing: NotificationJob runs according to Notification.DEFAULT_CRON_EXP