Commit c4ab8bb8 authored by Administrator's avatar Administrator

Fixes MySQL test configuration

The Arquillian configuration for MySQL tests was wrong, as it was
using the H2 data type factory instead of MySQL's. This commit fixes
this error and now tests with MySQL should work fine.
parent fb006883
datatypeFactory = org.dbunit.ext.h2.H2DataTypeFactory
\ No newline at end of file
datatypeFactory = org.dbunit.ext.mysql.MySqlDataTypeFactory
\ No newline at end of file
datatypeFactory = org.dbunit.ext.h2.H2DataTypeFactory
\ No newline at end of file
datatypeFactory = org.dbunit.ext.mysql.MySqlDataTypeFactory
\ No newline at end of file
datatypeFactory = org.dbunit.ext.h2.H2DataTypeFactory
\ No newline at end of file
datatypeFactory = org.dbunit.ext.mysql.MySqlDataTypeFactory
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment