comparison src/test/java/de/intevation/lada/BaseTest.java @ 1239:59bdb52bac1c

Test output latitude and longitude against input geometry.
author Tom Gottfried <tom@intevation.de>
date Tue, 13 Dec 2016 20:34:36 +0100
parents 6ef05e62e3b3
children 961d50dde3c2
comparison
equal deleted inserted replaced
1238:a81de70d321d 1239:59bdb52bac1c
54 .addAsWebInfResource(EmptyAsset.INSTANCE, "beans.xml") 54 .addAsWebInfResource(EmptyAsset.INSTANCE, "beans.xml")
55 .addAsResource("META-INF/test-persistence.xml", 55 .addAsResource("META-INF/test-persistence.xml",
56 "META-INF/persistence.xml"); 56 "META-INF/persistence.xml");
57 for (File f : files) { 57 for (File f : files) {
58 if (f.getName().contains("antlr4") 58 if (f.getName().contains("antlr4")
59 || f.getName().contains("gt-metadata")
59 || f.getName().contains("gt-opengis") 60 || f.getName().contains("gt-opengis")
61 || f.getName().contains("gt-referencing")
62 //TODO: still something missing. One test will fail.
60 ) { 63 ) {
61 archive.addAsLibrary(f); 64 archive.addAsLibrary(f);
62 } 65 }
63 } 66 }
64 return archive; 67 return archive;
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)