This is an automated email from the ASF dual-hosted git repository.
jlmonteiro pushed a commit to branch jakartaee9-tck
in repository https://gitbox.apache.org/repos/asf/tomee-tck.git
The following commit(s) were added to refs/heads/jakartaee9-tck by this push:
new 7696f52 Fix typo in system properties override
7696f52 is described below
commit 7696f525e3f27b97a5da13ce7722cfc0f774525b
Author: Jean-Louis Monteiro <[email protected]>
AuthorDate: Fri Apr 16 13:11:50 2021 +0200
Fix typo in system properties override
Signed-off-by: Jean-Louis Monteiro <[email protected]>
---
src/test/tomee-plume/conf/system.properties | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/test/tomee-plume/conf/system.properties
b/src/test/tomee-plume/conf/system.properties
index 42de6b6..379156d 100644
--- a/src/test/tomee-plume/conf/system.properties
+++ b/src/test/tomee-plume/conf/system.properties
@@ -92,7 +92,7 @@
jakarta.persistence.nonJtaDataSource=java:openejb/Resource/jdbc/DB1Unmanaged
# not sure if it should go to testsuite.properties
jpa.provider.implementation.specific.properties=eclipselink.logging.level\=OFF
-ERSISTENCEUNIT.CTS-EM.eclipselink.target-database=Derby
+PERSISTENCEUNIT.CTS-EM.eclipselink.target-database=Derby
PERSISTENCEUNIT.CTS-EM.eclipselink.logging.level=INFO
PERSISTENCEUNIT.CTS-EM-NOTX.eclipselink.target-database=Derby
PERSISTENCEUNIT.CTS-EM-NOTX.eclipselink.logging.level=INFO