[Lada-commits] [PATCH 6 of 9] Updated test configs for arquillian persistence extension

Wald Commits scm-commit at wald.intevation.org
Fri Dec 18 18:01:46 CET 2015


# HG changeset patch
# User Raimund Renkert <raimund.renkert at intevation.de>
# Date 1450457646 -3600
# Node ID 4d4bbacb04e364f0c0bf1769ed788cc63664b3bb
# Parent  a831d77010f4dfaebe0047e8997f32866a2e213b
Updated test configs for arquillian persistence extension.

diff -r a831d77010f4 -r 4d4bbacb04e3 src/test/resources/arquillian.xml
--- a/src/test/resources/arquillian.xml	Fri Dec 18 17:51:23 2015 +0100
+++ b/src/test/resources/arquillian.xml	Fri Dec 18 17:54:06 2015 +0100
@@ -20,20 +20,23 @@
    xsi:schemaLocation="http://jboss.org/schema/arquillian
         http://jboss.org/schema/arquillian/arquillian_1_0.xsd">
 
-   <!-- Uncomment to have test archives exported to the file system for inspection -->
+	<!-- Uncomment to have test archives exported to the file system for inspection -->
 <!--    <engine>  -->
 <!--       <property name="deploymentExportPath">target/</property>  -->
 <!--    </engine> -->
 
-   <!-- Force the use of the Servlet 3.0 protocol with all containers, as it is the most mature -->
-   <defaultProtocol type="Servlet 3.0" />
+    <!-- Force the use of the Servlet 3.0 protocol with all containers, as it is the most mature -->
+    <defaultProtocol type="Servlet 3.0" />
 
-     <!-- Example configuration for a remote JBoss Enterprise Application Platform 6 or AS 7 instance -->
-   <container qualifier="jboss" default="true">
-        <!-- By default, arquillian will use the JBOSS_HOME environment variable.  Alternatively, the configuration below can be uncommented. -->
+    <!-- Example configuration for a remote JBoss Enterprise Application Platform 6 or AS 7 instance -->
+   	<container qualifier="jboss" default="true">
+    	<!-- By default, arquillian will use the JBOSS_HOME environment variable.  Alternatively, the configuration below can be uncommented. -->
         <!--<configuration> -->
         <!--<property name="jbossHome">/path/to/jboss/as</property> -->
         <!--</configuration> -->
-   </container>
 
+   	</container>
+	<extension qualifier="persistence-dbunit">
+    	<property name="qualifiedTableNames">true</property>
+	</extension>
 </arquillian>
diff -r a831d77010f4 -r 4d4bbacb04e3 src/test/resources/log4j.properties
--- a/src/test/resources/log4j.properties	Fri Dec 18 17:51:23 2015 +0100
+++ b/src/test/resources/log4j.properties	Fri Dec 18 17:54:06 2015 +0100
@@ -8,3 +8,4 @@
 log4j.appender.lada.MaxBackupIndex=5
 log4j.appender.lada.layout=org.apache.log4j.PatternLayout
 log4j.appender.lada.layout.ConversionPattern=%d: %m%n
+log4j.logger.org.dbunit=ERROR


More information about the Lada-commits mailing list