comparison src/test/java/de/intevation/lada/ImporterTest.java @ 314:9b4d417f1064

Updated system property keys.
author Raimund Renkert <rrenkert@intevation.de>
date Wed, 21 Aug 2013 08:57:57 +0200
parents eeb5d3a5e194
children fab1e6c74044
comparison
equal deleted inserted replaced
313:9e2f9c85e7fe 314:9b4d417f1064
13 public class ImporterTest 13 public class ImporterTest
14 { 14 {
15 @Ignore 15 @Ignore
16 public static void main(String[] args) { 16 public static void main(String[] args) {
17 System.setProperty( 17 System.setProperty(
18 "de_intevation_lada_test_singleprobe", 18 "de.intevation.lada.test.singleprobe",
19 "/home/rrenkert/single.laf"); 19 "/home/rrenkert/single.laf");
20 System.setProperty( 20 System.setProperty(
21 "de_intevation_lada_test_incompleteprobe", 21 "de.intevation.lada.test.incompleteprobe",
22 "/home/rrenkert/incomplete.laf"); 22 "/home/rrenkert/incomplete.laf");
23 System.setProperty( 23 System.setProperty(
24 "de_intevation_lada_import", 24 "de.intevation.lada.import",
25 "/opt/lada/config/import.json"); 25 "/opt/lada/config/import.json");
26 System.out.println("ImporterTest started."); 26 System.out.println("ImporterTest started.");
27 TestLAFImporter test = new TestLAFImporter(); 27 TestLAFImporter test = new TestLAFImporter();
28 test.loadLafFiles(); 28 test.loadLafFiles();
29 29
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)