Skip to content

Commit 7892017

Browse files
committed
run test in maven target dir
1 parent 2a50169 commit 7892017

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

restcomm/restcomm.mrb/src/test/resources/mybatis.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<transactionManager type="JDBC"/>
1010
<dataSource type="POOLED">
1111
<property name="driver" value="org.hsqldb.jdbcDriver"/>
12-
<property name="url" value="jdbc:hsqldb:file:./src/test/resources/data/hsql/restcomm;create=true;hsqldb.write_delay=false"/>
12+
<property name="url" value="jdbc:hsqldb:file:./target/test-classes/data/hsql/restcomm;create=true;hsqldb.write_delay=false"/>
1313
<!--;shutdown=true"/>-->
1414
<property name="username" value="sa"/>
1515
<property name="password" value=""/>

0 commit comments

Comments
 (0)