Author: nfilotto
Date: 2011-05-06 12:16:07 -0400 (Fri, 06 May 2011)
New Revision: 4347
Modified:
kernel/trunk/exo.kernel.component.command/pom.xml
kernel/trunk/exo.kernel.component.command/src/test/java/org/exoplatform/services/command/CommandServiceTest.java
kernel/trunk/exo.kernel.component.command/src/test/java/org/exoplatform/services/command/MultiConfigServiceTest.java
Log:
EXOJCR-1050 EXOJCR-1049 : The configuration path was wrong
Modified: kernel/trunk/exo.kernel.component.command/pom.xml
===================================================================
--- kernel/trunk/exo.kernel.component.command/pom.xml 2011-05-05 18:56:45 UTC (rev 4346)
+++ kernel/trunk/exo.kernel.component.command/pom.xml 2011-05-06 16:16:07 UTC (rev 4347)
@@ -77,10 +77,6 @@
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<argLine>${env.MAVEN_OPTS}
-Djava.security.manager=org.exoplatform.commons.test.TestSecurityManager
-Djava.security.policy=${project.build.directory}/test-classes/test.policy</argLine>
- <excludes>
- <exclude>**/CommandServiceTest.java</exclude>
- <exclude>**/MultiConfigServiceTest.java</exclude>
- </excludes>
</configuration>
</plugin>
<plugin>
Modified:
kernel/trunk/exo.kernel.component.command/src/test/java/org/exoplatform/services/command/CommandServiceTest.java
===================================================================
---
kernel/trunk/exo.kernel.component.command/src/test/java/org/exoplatform/services/command/CommandServiceTest.java 2011-05-05
18:56:45 UTC (rev 4346)
+++
kernel/trunk/exo.kernel.component.command/src/test/java/org/exoplatform/services/command/CommandServiceTest.java 2011-05-06
16:16:07 UTC (rev 4347)
@@ -47,7 +47,7 @@
public void setUp() throws Exception
{
-
StandaloneContainer.setConfigurationPath("src/java/conf/standalone/test-configuration.xml");
+
StandaloneContainer.setConfigurationPath("src/test/resources/conf/standalone/test-configuration.xml");
container = StandaloneContainer.getInstance();
}
Modified:
kernel/trunk/exo.kernel.component.command/src/test/java/org/exoplatform/services/command/MultiConfigServiceTest.java
===================================================================
---
kernel/trunk/exo.kernel.component.command/src/test/java/org/exoplatform/services/command/MultiConfigServiceTest.java 2011-05-05
18:56:45 UTC (rev 4346)
+++
kernel/trunk/exo.kernel.component.command/src/test/java/org/exoplatform/services/command/MultiConfigServiceTest.java 2011-05-06
16:16:07 UTC (rev 4347)
@@ -50,7 +50,7 @@
public void setUp() throws Exception
{
-
StandaloneContainer.setConfigurationPath("src/java/conf/standalone/test-multi-configuration.xml");
+
StandaloneContainer.setConfigurationPath("src/test/resources/conf/standalone/test-multi-configuration.xml");
container = StandaloneContainer.getInstance();
}
Show replies by date