This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository coselmar. See http://git.codelutin.com/coselmar.git commit 7dccd694fe95344eafc90e269dcee9f66215228b Author: Yannick Martel <martel@©odelutin.com> Date: Fri Dec 18 09:06:40 2015 +0100 Fix de la config des tests sur le dialect H2 --- .../src/test/resources/coselmar-persistence-test.properties | 3 ++- coselmar-rest/src/test/resources/coselmar-test.properties | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/coselmar-persistence/src/test/resources/coselmar-persistence-test.properties b/coselmar-persistence/src/test/resources/coselmar-persistence-test.properties index 17a19aa..1aab281 100644 --- a/coselmar-persistence/src/test/resources/coselmar-persistence-test.properties +++ b/coselmar-persistence/src/test/resources/coselmar-persistence-test.properties @@ -22,7 +22,8 @@ # #L% ### -hibernate.dialect=org.hibernate.dialect.H2Dialect +#hibernate.dialect=org.hibernate.dialect.H2Dialect +hibernate.dialect=fr.ifremer.coselmar.persistence.FixedH2Dialect hibernate.connection.url=jdbc:h2:file:${coselmar.data.directory}/db/coselmar hibernate.connection.username=sa hibernate.connection.password=sa diff --git a/coselmar-rest/src/test/resources/coselmar-test.properties b/coselmar-rest/src/test/resources/coselmar-test.properties index abd3051..8ffa943 100644 --- a/coselmar-rest/src/test/resources/coselmar-test.properties +++ b/coselmar-rest/src/test/resources/coselmar-test.properties @@ -22,7 +22,8 @@ # #L% ### -hibernate.dialect=org.hibernate.dialect.H2Dialect +#hibernate.dialect=org.hibernate.dialect.H2Dialect +hibernate.dialect=fr.ifremer.coselmar.persistence.FixedH2Dialect hibernate.connection.url=jdbc:h2:file:${coselmar.data.directory}/db/coselmar hibernate.connection.username=sa hibernate.connection.password=sa -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.