[exo-jcr-commits] exo-jcr SVN: r917 - jcr/trunk/exo.jcr.component.ext/src/test/java/org/exoplatform/services/jcr/ext/replication.

do-not-reply at jboss.org do-not-reply at jboss.org
Thu Dec 3 05:32:51 EST 2009


Author: dkatayev
Date: 2009-12-03 05:32:51 -0500 (Thu, 03 Dec 2009)
New Revision: 917

Modified:
   jcr/trunk/exo.jcr.component.ext/src/test/java/org/exoplatform/services/jcr/ext/replication/BaseReplicationTest.java
Log:
EXOJCR-165 Configuration path updated

Modified: jcr/trunk/exo.jcr.component.ext/src/test/java/org/exoplatform/services/jcr/ext/replication/BaseReplicationTest.java
===================================================================
--- jcr/trunk/exo.jcr.component.ext/src/test/java/org/exoplatform/services/jcr/ext/replication/BaseReplicationTest.java	2009-12-03 09:49:08 UTC (rev 916)
+++ jcr/trunk/exo.jcr.component.ext/src/test/java/org/exoplatform/services/jcr/ext/replication/BaseReplicationTest.java	2009-12-03 10:32:51 UTC (rev 917)
@@ -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())



More information about the exo-jcr-commits mailing list