summaryrefslogtreecommitdiffstats
path: root/BRMSGateway/src/test/resources/config.properties
diff options
context:
space:
mode:
authorJim Hahn <jrh3@att.com>2018-11-27 12:05:55 -0500
committerJim Hahn <jrh3@att.com>2018-11-27 12:15:57 -0500
commitebf62c0900b295f06034843a1ff5fa49066a3a06 (patch)
tree194b38ad581f88f018704d206c73a6f0bcf4cf83 /BRMSGateway/src/test/resources/config.properties
parent2debf0105268423d5401f7cb5af4df5f4bceb1b1 (diff)
Eliminate error messages about BACKUPMONITORENTITY
Change-Id: Ibf4ed1c684c7e29730e2ce4934e267d55b57e02d Issue-ID: POLICY-1290 Signed-off-by: Jim Hahn <jrh3@att.com>
Diffstat (limited to 'BRMSGateway/src/test/resources/config.properties')
-rw-r--r--BRMSGateway/src/test/resources/config.properties2
1 files changed, 1 insertions, 1 deletions
diff --git a/BRMSGateway/src/test/resources/config.properties b/BRMSGateway/src/test/resources/config.properties
index a46357276..08fd8be40 100644
--- a/BRMSGateway/src/test/resources/config.properties
+++ b/BRMSGateway/src/test/resources/config.properties
@@ -59,7 +59,7 @@ vDNS.artifactID= policy-vDNS-rules
#database driver for Integrity Monitor
javax.persistence.jdbc.driver=org.h2.Driver
#database URL for Integrity Monitor
-javax.persistence.jdbc.url=jdbc:h2:file:./sql/xacmlTest
+javax.persistence.jdbc.url=jdbc:h2:mem:xacmlTest
#database username for Integrity Monitor
javax.persistence.jdbc.user=sa
#database password for Integrity Monitor