From 514a92d30f13c6da245c50b48b3184f929e329dd Mon Sep 17 00:00:00 2001 From: Christoph Strobl Date: Wed, 7 Mar 2018 09:42:36 +0100 Subject: [PATCH] DATAJPA-1284 - Use generated database names in tests. Use a pseudo-random unique name for the embedded database as recommended in EmbeddedDatabaseBuilder#generateUniqueName for reusable configuration. Original pull request: #257. --- src/test/resources/infrastructure.xml | 2 +- .../resources/multiple-entity-manager-integration-context.xml | 2 +- src/test/resources/openjpa.xml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/test/resources/infrastructure.xml b/src/test/resources/infrastructure.xml index 17900111d..e9ed3c8d7 100644 --- a/src/test/resources/infrastructure.xml +++ b/src/test/resources/infrastructure.xml @@ -26,7 +26,7 @@ - + diff --git a/src/test/resources/multiple-entity-manager-integration-context.xml b/src/test/resources/multiple-entity-manager-integration-context.xml index 0bafb31bd..01117b144 100644 --- a/src/test/resources/multiple-entity-manager-integration-context.xml +++ b/src/test/resources/multiple-entity-manager-integration-context.xml @@ -27,7 +27,7 @@ - + diff --git a/src/test/resources/openjpa.xml b/src/test/resources/openjpa.xml index 4ceca067d..fecf9a23c 100644 --- a/src/test/resources/openjpa.xml +++ b/src/test/resources/openjpa.xml @@ -21,5 +21,5 @@ make OpenJPA tests work. Open JPA doesn't work with hsqldb 2.x and runs with 1.x instead which doesn't support stored procedures which leads to errors at runtime when the scripts/schema-stored-procedure.sql is executed, therefore we omit the script here. --> - +