CCM NG/ccm-cms: DatatypeFactory for DBUnit enabled in Arquillian configuration for PostgreSQL
git-svn-id: https://svn.libreccm.org/ccm/ccm_ng@4538 8810af33-2d31-482b-a856-94f89814c4df
Former-commit-id: 5555d424d0
pull/2/head
parent
9b855ee184
commit
3d97680d99
|
|
@ -26,7 +26,7 @@
|
||||||
|
|
||||||
<extension qualifier="persistence-dbunit">
|
<extension qualifier="persistence-dbunit">
|
||||||
<property name="defaultDataSetFormat">json</property>
|
<property name="defaultDataSetFormat">json</property>
|
||||||
<!--<property name="datatypeFactory">org.dbunit.ext.h2.H2DataTypeFactory</property>-->
|
<property name="datatypeFactory">org.dbunit.ext.postgresql.PostgresqlDataTypeFactory</property>
|
||||||
<property name="excludePoi">true</property>
|
<property name="excludePoi">true</property>
|
||||||
<property name="qualifiedTableNames">true</property>
|
<property name="qualifiedTableNames">true</property>
|
||||||
</extension>
|
</extension>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue