[exo-jcr-commits] exo-jcr SVN: r329 - in ws/trunk: rest/core/src/test/java/org/exoplatform/services/rest and 1 other directory.

do-not-reply at jboss.org do-not-reply at jboss.org
Wed Oct 21 07:09:29 EDT 2009


Author: dkatayev
Date: 2009-10-21 07:09:29 -0400 (Wed, 21 Oct 2009)
New Revision: 329

Modified:
   ws/trunk/pom.xml
   ws/trunk/rest/core/src/test/java/org/exoplatform/services/rest/BaseTest.java
Log:
EXOJCR-165 BaseTest reverted

Modified: ws/trunk/pom.xml
===================================================================
--- ws/trunk/pom.xml	2009-10-21 10:59:14 UTC (rev 328)
+++ ws/trunk/pom.xml	2009-10-21 11:09:29 UTC (rev 329)
@@ -45,7 +45,7 @@
       <exo.product.name>exo-ws</exo.product.name>
       <exo.product.specification>2.1</exo.product.specification>
       
-      <org.exoplatform.kernel.version>2.2.0-Beta03-SNAPSHOT/org.exoplatform.kernel.version>
+      <org.exoplatform.kernel.version>2.2.0-Beta03-SNAPSHOT</org.exoplatform.kernel.version>
       <org.exoplatform.core.version>2.3.0-Beta03-SNAPSHOT</org.exoplatform.core.version>
 
       <exo.test.includes>*Test*</exo.test.includes>

Modified: ws/trunk/rest/core/src/test/java/org/exoplatform/services/rest/BaseTest.java
===================================================================
--- ws/trunk/rest/core/src/test/java/org/exoplatform/services/rest/BaseTest.java	2009-10-21 10:59:14 UTC (rev 328)
+++ ws/trunk/rest/core/src/test/java/org/exoplatform/services/rest/BaseTest.java	2009-10-21 11:09:29 UTC (rev 329)
@@ -43,7 +43,7 @@
 
    public void setUp() throws Exception
    {
-      StandaloneContainer.setConfigurationPath("conf/standalone/test-configuration.xml");
+      StandaloneContainer.setConfigurationPath("src/test/resources/conf/standalone/test-configuration.xml");
       container = StandaloneContainer.getInstance();
       binder = (ResourceBinder)container.getComponentInstanceOfType(ResourceBinder.class);
       requestHandler = (RequestHandlerImpl)container.getComponentInstanceOfType(RequestHandlerImpl.class);



More information about the exo-jcr-commits mailing list