Mercurial > lada > lada-server
diff src/test/resources/arquillian.xml @ 1090:4f52e8bc3572
Untabify config file and improve logging.
author | Tom Gottfried <tom@intevation.de> |
---|---|
date | Thu, 13 Oct 2016 21:24:20 +0200 |
parents | 4d4bbacb04e3 |
children | 28a39466e4eb |
line wrap: on
line diff
--- a/src/test/resources/arquillian.xml Thu Oct 13 19:46:28 2016 +0200 +++ b/src/test/resources/arquillian.xml Thu Oct 13 21:24:20 2016 +0200 @@ -20,7 +20,7 @@ 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> --> @@ -29,14 +29,20 @@ <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. --> + <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> - <extension qualifier="persistence-dbunit"> - <property name="qualifiedTableNames">true</property> - </extension> + </container> + <extension qualifier="persistence"> + <property name="defaultDataSource">land</property> + </extension> + <extension qualifier="persistence-dbunit"> + <property name="qualifiedTableNames">true</property> + </extension> + <extension qualifier="persistence-script"> + <property name="showSql">true</property> + </extension> </arquillian>