diff options
author | rb7147 <rb7147@att.com> | 2017-09-21 13:51:10 -0400 |
---|---|---|
committer | rb7147 <rb7147@att.com> | 2017-09-21 14:33:50 -0400 |
commit | 92a628e50e3b64f0f382a467405a12cc345f58bf (patch) | |
tree | 5bb86a8af7f9311685f7daeddee90bbb0e5bfdea /LogParser/src/test/resources | |
parent | 94eaa7529fa3dd60eda311ac14da93b57f31f1e2 (diff) |
Added Junits for POLICY-SDK-APP
Issue-Id: POLICY-52
Change-Id: I439c95736f50fe9140e71cad5a598c5b5239161b
Signed-off-by: rb7147 <rb7147@att.com>
Diffstat (limited to 'LogParser/src/test/resources')
-rw-r--r-- | LogParser/src/test/resources/test_config.properties | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/LogParser/src/test/resources/test_config.properties b/LogParser/src/test/resources/test_config.properties index 6512184c8..ca2b9edc9 100644 --- a/LogParser/src/test/resources/test_config.properties +++ b/LogParser/src/test/resources/test_config.properties @@ -20,8 +20,8 @@ RESOURCE_NAME=logparser_pap01 -JDBC_DRIVER=com.mysql.jdbc.Driver -JDBC_URL=jdbc:mysql://localhost:3306/ +JDBC_DRIVER=org.mariadb.jdbc.Driver +JDBC_URL=jdbc:mariadb://localhost:3306/ JDBC_USER=root JDBC_PASSWORD=password jmx_url=service:jmx:rmi:///jndi/rmi://localhost:9996/jmxrmi |