Mercurial > lada > lada-server
changeset 314:9b4d417f1064
Updated system property keys.
author | Raimund Renkert <rrenkert@intevation.de> |
---|---|
date | Wed, 21 Aug 2013 08:57:57 +0200 |
parents | 9e2f9c85e7fe |
children | 79cbc672d8e4 |
files | src/test/java/de/intevation/lada/ImporterTest.java |
diffstat | 1 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/src/test/java/de/intevation/lada/ImporterTest.java Wed Aug 21 08:56:46 2013 +0200 +++ b/src/test/java/de/intevation/lada/ImporterTest.java Wed Aug 21 08:57:57 2013 +0200 @@ -15,13 +15,13 @@ @Ignore public static void main(String[] args) { System.setProperty( - "de_intevation_lada_test_singleprobe", + "de.intevation.lada.test.singleprobe", "/home/rrenkert/single.laf"); System.setProperty( - "de_intevation_lada_test_incompleteprobe", + "de.intevation.lada.test.incompleteprobe", "/home/rrenkert/incomplete.laf"); System.setProperty( - "de_intevation_lada_import", + "de.intevation.lada.import", "/opt/lada/config/import.json"); System.out.println("ImporterTest started."); TestLAFImporter test = new TestLAFImporter();