summaryrefslogtreecommitdiffstats
path: root/datarouter-prov/src/test/resources/h2Database.properties
diff options
context:
space:
mode:
authoreconwar <conor.ward@ericsson.com>2018-08-31 14:48:53 +0000
committereconwar <conor.ward@ericsson.com>2018-09-04 13:17:43 +0000
commitd3c00d210234ab20d1611d29bf366108ff8f3cad (patch)
tree6ac987811592e4330aff190f6f3ec90fdb26c70b /datarouter-prov/src/test/resources/h2Database.properties
parente78029abb4dd73bf14e0291096d5b6762c55739b (diff)
Refactor GroupServletTest to use DB
Change-Id: I3ad4862047b8e26c8671d339bf8c4b4a9364fd91 Signed-off-by: Conor Ward <conor.ward@ericsson.com> Issue-ID: DMAAP-101
Diffstat (limited to 'datarouter-prov/src/test/resources/h2Database.properties')
-rwxr-xr-xdatarouter-prov/src/test/resources/h2Database.properties4
1 files changed, 2 insertions, 2 deletions
diff --git a/datarouter-prov/src/test/resources/h2Database.properties b/datarouter-prov/src/test/resources/h2Database.properties
index e9540029..3b7f243a 100755
--- a/datarouter-prov/src/test/resources/h2Database.properties
+++ b/datarouter-prov/src/test/resources/h2Database.properties
@@ -22,6 +22,6 @@
#-------------------------------------------------------------------------------
# Database access
-org.onap.dmaap.datarouter.db.driver = org.h2.Driver
-org.onap.dmaap.datarouter.db.url = jdbc:h2:mem:test;DB_CLOSE_DELAY=-1
+org.onap.dmaap.datarouter.db.driver = org.h2.Driver
+org.onap.dmaap.datarouter.db.url = jdbc:h2:mem:test;DB_CLOSE_DELAY=-1
org.onap.dmaap.datarouter.provserver.isaddressauthenabled = true \ No newline at end of file