mirror of
https://repository.entgra.net/community/device-mgt-plugins.git
synced 2025-09-16 23:42:15 +00:00
fix issues related to uem test failures
This commit is contained in:
parent
8f588b25d0
commit
121ec7951f
@ -199,7 +199,7 @@
|
|||||||
<property name="db.dir" value="target/maven-shared-archive-resources/database" />
|
<property name="db.dir" value="target/maven-shared-archive-resources/database" />
|
||||||
<property name="userid" value="wso2carbon" />
|
<property name="userid" value="wso2carbon" />
|
||||||
<property name="password" 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}" />
|
<mkdir dir="${basedir}/${db.dir}" />
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user