# HG changeset patch # User Raimund Renkert # Date 1377068277 -7200 # Node ID 9b4d417f10646a492e24ea59c0f7dff574afd2b7 # Parent 9e2f9c85e7fec44d0a5c3d70b08c2548e526f26d Updated system property keys. diff -r 9e2f9c85e7fe -r 9b4d417f1064 src/test/java/de/intevation/lada/ImporterTest.java --- 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();