comparison src/test/java/de/intevation/lada/ImporterTest.java @ 318:fab1e6c74044

Commented out the main in Importertest and removed some annotations.
author Raimund Renkert <rrenkert@intevation.de>
date Fri, 23 Aug 2013 11:29:08 +0200
parents 9b4d417f1064
children 183f8116d9a6
comparison
equal deleted inserted replaced
317:b73c16f2b87c 318:fab1e6c74044
10 10
11 11
12 @Ignore 12 @Ignore
13 public class ImporterTest 13 public class ImporterTest
14 { 14 {
15 /*
15 @Ignore 16 @Ignore
16 public static void main(String[] args) { 17 public static void main(String[] args) {
17 System.setProperty( 18 System.setProperty(
18 "de.intevation.lada.test.singleprobe", 19 "de.intevation.lada.test.singleprobe",
19 "/home/rrenkert/single.laf"); 20 "/home/rrenkert/single.laf");
54 auth.setNetzbetreiber(netzbetreiber); 55 auth.setNetzbetreiber(netzbetreiber);
55 56
56 57
57 System.out.println("end."); 58 System.out.println("end.");
58 return; 59 return;
59 } 60 }*/
60 } 61 }
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)