Author: nfilotto
Date: 2011-11-11 17:01:38 -0500 (Fri, 11 Nov 2011)
New Revision: 5183
Modified:
jcr/trunk/exo.jcr.component.core/pom.xml
jcr/trunk/exo.jcr.component.core/src/test/resources/conf/standalone/mysql.properties
Log:
EXOJCR-1624: Reverted some local changes that have been committed by mistake
Modified: jcr/trunk/exo.jcr.component.core/pom.xml
===================================================================
--- jcr/trunk/exo.jcr.component.core/pom.xml 2011-11-11 21:13:18 UTC (rev 5182)
+++ jcr/trunk/exo.jcr.component.core/pom.xml 2011-11-11 22:01:38 UTC (rev 5183)
@@ -631,7 +631,7 @@
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<!-- TAKE CARE TO UPDATE ALSO run-tck PROFILE -->
- <argLine>${env.MAVEN_OPTS}
-Dcom.arjuna.ats.arjuna.objectstore.objectStoreDir=${project.build.directory}
-Djava.security.manager=org.exoplatform.commons.test.TestSecurityManager
-Djava.security.policy=${project.build.directory}/test-classes/test.policy -Xdebug
-Xrunjdwp:transport=dt_socket,address=8000,server=y,suspend=y</argLine>
+ <argLine>${env.MAVEN_OPTS}
-Dcom.arjuna.ats.arjuna.objectstore.objectStoreDir=${project.build.directory}
-Djava.security.manager=org.exoplatform.commons.test.TestSecurityManager
-Djava.security.policy=${project.build.directory}/test-classes/test.policy</argLine>
<systemProperties>
<property>
<name>jcr.test.configuration.file</name>
Modified:
jcr/trunk/exo.jcr.component.core/src/test/resources/conf/standalone/mysql.properties
===================================================================
---
jcr/trunk/exo.jcr.component.core/src/test/resources/conf/standalone/mysql.properties 2011-11-11
21:13:18 UTC (rev 5182)
+++
jcr/trunk/exo.jcr.component.core/src/test/resources/conf/standalone/mysql.properties 2011-11-11
22:01:38 UTC (rev 5183)
@@ -4,49 +4,49 @@
# Properties for jdbcjcr
jdbcjcr.url=jdbc:mysql://localhost/db1_ws
jdbcjcr.username=root
-jdbcjcr.password=admin
+jdbcjcr.password=eXoAdmin
# Properties for jdbcjcr1
jdbcjcr1.url=jdbc:mysql://localhost/db1_ws1
jdbcjcr1.username=root
-jdbcjcr1.password=admin
+jdbcjcr1.password=eXoAdmin
# Properties for jdbcjcr2
jdbcjcr2.url=jdbc:mysql://localhost/db1_ws2
jdbcjcr2.username=root
-jdbcjcr2.password=admin
+jdbcjcr2.password=eXoAdmin
# Properties for jdbcjcr3
jdbcjcr3.url=jdbc:mysql://localhost/db1_ws3
jdbcjcr3.username=root
-jdbcjcr3.password=admin
+jdbcjcr3.password=eXoAdmin
# Properties for jdbcjcrdb2
jdbcjcrdb2.url=jdbc:mysql://localhost/db2_ws
jdbcjcrdb2.username=root
-jdbcjcrdb2.password=admin
+jdbcjcrdb2.password=eXoAdmin
# Properties for jdbcjcr1db2
jdbcjcr1db2.url=jdbc:mysql://localhost/db2_ws1
jdbcjcr1db2.username=root
-jdbcjcr1db2.password=admin
+jdbcjcr1db2.password=eXoAdmin
# Properties for jdbcjcrtck
jdbcjcrtck.url=jdbc:mysql://localhost/db1tck_ws
jdbcjcrtck.username=root
-jdbcjcrtck.password=admin
+jdbcjcrtck.password=eXoAdmin
# Properties for jdbcjcr1tck
jdbcjcr1tck.url=jdbc:mysql://localhost/db1tck_ws1
jdbcjcr1tck.username=root
-jdbcjcr1tck.password=admin
+jdbcjcr1tck.password=eXoAdmin
# Properties for jdbcjcr2tck
jdbcjcr2tck.url=jdbc:mysql://localhost/db1tck_ws2
jdbcjcr2tck.username=root
-jdbcjcr2tck.password=admin
+jdbcjcr2tck.password=eXoAdmin
# Properties for testdbcleaner
testdbcleaner.url=jdbc:mysql://localhost/testdbcleaner
testdbcleaner.username=root
-testdbcleaner.password=admin
\ No newline at end of file
+testdbcleaner.password=eXoAdmin
\ No newline at end of file
Show replies by date