Mercurial > lada > lada-server
diff src/test/resources/arquillian.xml @ 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 | 7d527bff842a |
children | 4f52e8bc3572 |
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>