changeset 829:4d4bbacb04e3

Updated test configs for arquillian persistence extension.
author Raimund Renkert <raimund.renkert@intevation.de>
date Fri, 18 Dec 2015 17:54:06 +0100
parents a831d77010f4
children 454a232c1331
files src/test/resources/arquillian.xml src/test/resources/log4j.properties
diffstat 2 files changed, 11 insertions(+), 7 deletions(-) [+]
line wrap: on
line diff
--- 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>
--- 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
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)