[exo-jcr-commits] exo-jcr SVN: r316 - ws/trunk/rest/core/src/test/java/org/exoplatform/services/rest.

do-not-reply at jboss.org do-not-reply at jboss.org
Tue Oct 20 06:31:11 EDT 2009


Author: dkatayev
Date: 2009-10-20 06:31:11 -0400 (Tue, 20 Oct 2009)
New Revision: 316

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

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-20 10:26:59 UTC (rev 315)
+++ ws/trunk/rest/core/src/test/java/org/exoplatform/services/rest/BaseTest.java	2009-10-20 10:31:11 UTC (rev 316)
@@ -43,7 +43,7 @@
 
    public void setUp() throws Exception
    {
-      StandaloneContainer.setConfigurationPath("src/test/java/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