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/03/26 09:48:54 UTC

svn commit: r1581747 - in /syncope/branches/1_1_X/core/src/test/resources: ./ testJDBCContext.xml

Author: ilgrosso
Date: Wed Mar 26 08:48:53 2014
New Revision: 1581747

URL: http://svn.apache.org/r1581747
Log:
Restoring testJDBCContext.xml

Modified:
    syncope/branches/1_1_X/core/src/test/resources/   (props changed)
    syncope/branches/1_1_X/core/src/test/resources/testJDBCContext.xml

Propchange: syncope/branches/1_1_X/core/src/test/resources/
------------------------------------------------------------------------------
--- svn:ignore (original)
+++ svn:ignore Wed Mar 26 08:48:53 2014
@@ -1,2 +1,3 @@
 .test.csv.swp
 .content.xml.swp
+.testJDBCContext.xml.swp

Modified: syncope/branches/1_1_X/core/src/test/resources/testJDBCContext.xml
URL: http://svn.apache.org/viewvc/syncope/branches/1_1_X/core/src/test/resources/testJDBCContext.xml?rev=1581747&r1=1581746&r2=1581747&view=diff
==============================================================================
--- syncope/branches/1_1_X/core/src/test/resources/testJDBCContext.xml (original)
+++ syncope/branches/1_1_X/core/src/test/resources/testJDBCContext.xml Wed Mar 26 08:48:53 2014
@@ -22,12 +22,12 @@ under the License.
        xsi:schemaLocation="http://www.springframework.org/schema/beans
                            http://www.springframework.org/schema/beans/spring-beans.xsd">
 
-    <bean id="testDataSource"
+  <bean id="testDataSource"
         class="org.springframework.jdbc.datasource.DriverManagerDataSource">
-        <property name="driverClassName" value="${testdb.driver}"/>
-        <property name="url" value="${testdb.url}"/>
-        <property name="username" value="${testdb.username}"/>
-        <property name="password" value="${testdb.password}"/>
-    </bean>
+    <property name="driverClassName" value="${testdb.driver}"/>
+    <property name="url" value="${testdb.url}"/>
+    <property name="username" value="${testdb.username}"/>
+    <property name="password" value="${testdb.password}"/>
+  </bean>
 
 </beans>