fix issues related to uem test failures

This commit is contained in:
Amalka Subasinghe 2023-05-15 22:51:55 +05:30
parent 8f588b25d0
commit 121ec7951f

View File

@ -199,7 +199,7 @@
<property name="db.dir" value="target/maven-shared-archive-resources/database" />
<property name="userid" value="wso2carbon" />
<property name="password" value="wso2carbon" />
<property name="dbURL" value="jdbc:h2:file:${basedir}/${db.dir}/WSO2MobileAndroid_DB;DB_CLOSE_ON_EXIT=FALSE" />
<property name="dbURL" value="jdbc:h2:file:${basedir}/${db.dir}/MobileAndroid_DB;DB_CLOSE_ON_EXIT=FALSE" />
<mkdir dir="${basedir}/${db.dir}" />