[exo-jcr-commits] exo-jcr SVN: r1261 - in jcr/branches/1.12.0-OPT/exo.jcr.component.ext/src/test: resources/conf/standalone and 1 other directory.

do-not-reply at jboss.org do-not-reply at jboss.org
Wed Dec 30 10:11:04 EST 2009


Author: areshetnyak
Date: 2009-12-30 10:11:04 -0500 (Wed, 30 Dec 2009)
New Revision: 1261

Modified:
   jcr/branches/1.12.0-OPT/exo.jcr.component.ext/src/test/java/org/exoplatform/services/jcr/ext/replication/BaseReplicationTest.java
   jcr/branches/1.12.0-OPT/exo.jcr.component.ext/src/test/resources/conf/standalone/test-configuration-replication.xml
Log:
EXOJCR-273 : The configuration to ext was fixed

Modified: jcr/branches/1.12.0-OPT/exo.jcr.component.ext/src/test/java/org/exoplatform/services/jcr/ext/replication/BaseReplicationTest.java
===================================================================
--- jcr/branches/1.12.0-OPT/exo.jcr.component.ext/src/test/java/org/exoplatform/services/jcr/ext/replication/BaseReplicationTest.java	2009-12-30 15:03:09 UTC (rev 1260)
+++ jcr/branches/1.12.0-OPT/exo.jcr.component.ext/src/test/java/org/exoplatform/services/jcr/ext/replication/BaseReplicationTest.java	2009-12-30 15:11:04 UTC (rev 1261)
@@ -53,7 +53,7 @@
    public void setUp() throws Exception
    {
 
-      String containerConf = "src/test/java/conf/standalone/test-configuration-replication.xml";
+      String containerConf = "src/test/resources/conf/standalone/test-configuration-replication.xml";
       String loginConf = Thread.currentThread().getContextClassLoader().getResource("login.conf").toString();
 
       if (!new File(containerConf).exists())

Modified: jcr/branches/1.12.0-OPT/exo.jcr.component.ext/src/test/resources/conf/standalone/test-configuration-replication.xml
===================================================================
--- jcr/branches/1.12.0-OPT/exo.jcr.component.ext/src/test/resources/conf/standalone/test-configuration-replication.xml	2009-12-30 15:03:09 UTC (rev 1260)
+++ jcr/branches/1.12.0-OPT/exo.jcr.component.ext/src/test/resources/conf/standalone/test-configuration-replication.xml	2009-12-30 15:11:04 UTC (rev 1261)
@@ -186,7 +186,7 @@
          <value-param>
             <name>conf-path</name>
             <description>JCR configuration file</description>
-            <value>file:src/test/java/conf/standalone/test-jcr-ext-config-replication.xml</value>
+            <value>file:src/test/resources/conf/standalone/test-jcr-ext-config-replication.xml</value>
          </value-param>
       </init-params>
    </component>



More information about the exo-jcr-commits mailing list