Mercurial > lada > lada-server
changeset 324:299be497b78e
Use a more genereic path to LAF files in maven tests.
author | Raimund Renkert <rrenkert@intevation.de> |
---|---|
date | Fri, 23 Aug 2013 11:49:38 +0200 |
parents | 707e1dfb892c |
children | 30883ab746a5 |
files | pom.xml |
diffstat | 1 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/pom.xml Fri Aug 23 11:48:32 2013 +0200 +++ b/pom.xml Fri Aug 23 11:49:38 2013 +0200 @@ -252,15 +252,15 @@ <systemProperties> <property> <name>de.intevation.lada.test.singleprobe</name> - <value>/home/rrenkert/single.laf</value> + <value>${basedir}/test/single.laf</value> </property> <property> <name>de.intevation.lada.test.incompleteprobe</name> - <value>/home/rrenkert/incomplete.laf</value> + <value>${basedir}/test/incomplete.laf</value> </property> <property> <name>de.intevation.lada.import</name> - <value>/opt/lada/config/import.json</value> + <value>${basedir}/config/import.json</value> </property> </systemProperties> </configuration>