diff src/test/resources/arquillian.xml @ 1234:28a39466e4eb

Enable deserialization of geometries with DBUnit.
author Tom Gottfried <tom@intevation.de>
date Tue, 13 Dec 2016 17:24:06 +0100
parents 4f52e8bc3572
children
line wrap: on
line diff
--- a/src/test/resources/arquillian.xml	Tue Dec 13 16:42:41 2016 +0100
+++ b/src/test/resources/arquillian.xml	Tue Dec 13 17:24:06 2016 +0100
@@ -41,6 +41,7 @@
     </extension>
     <extension qualifier="persistence-dbunit">
       <property name="qualifiedTableNames">true</property>
+      <property name="datatypeFactory">org.dbunit.ext.postgresql.PostgresqlDataTypeFactory</property>
     </extension>
     <extension qualifier="persistence-script">
       <property name="showSql">true</property>
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)