diff options
Diffstat (limited to 'ms/neng/src/test/resources')
-rw-r--r-- | ms/neng/src/test/resources/application-test.properties | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ms/neng/src/test/resources/application-test.properties b/ms/neng/src/test/resources/application-test.properties index 5aacbbaa..a75b5288 100644 --- a/ms/neng/src/test/resources/application-test.properties +++ b/ms/neng/src/test/resources/application-test.properties @@ -6,7 +6,7 @@ #========================================================================= datasource.db.driver-class-name=org.h2.Driver -datasource.db.url=jdbc:h2:mem:tests;DB_CLOSE_DELAY=-1; +datasource.db.url=jdbc:h2:mem:tests;DB_CLOSE_DELAY=-1;MODE=MySQL;DATABASE_TO_LOWER=TRUE;CASE_INSENSITIVE_IDENTIFIERS=TRUE; datasource.db.username=none datasource.db.password=none |