From 274e08cb870ff1502a5e6bbdbe63b4bd4de72ce6 Mon Sep 17 00:00:00 2001 From: Eric Duminil <eric.duminil@gmail.com> Date: Wed, 30 Oct 2019 18:05:55 +0100 Subject: [PATCH] RegionChooser: Updating deploy.xml --- deploy.xml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/deploy.xml b/deploy.xml index 0d7461f..f2448c7 100644 --- a/deploy.xml +++ b/deploy.xml @@ -34,6 +34,9 @@ java -classpath lib/* -Xms512m -Xmx2g -Djava.util.logging.config.file=logging.pr <classpath refid="test-classpath" /> <formatter type="xml" usefile="true" /> <formatter type="plain" usefile="true" /> + + <test name="eu.simstadt.geo.fast_xml_parser.CitygmlParserTests" todir="${reports.dir}" /> + <test name="eu.simstadt.geo.fast_xml_parser.ConvexHullCalculatorTests" todir="${reports.dir}" /> <!-- RegionExtractor --> <test name="eu.simstadt.regionchooser.RegionExtractorTests" haltonfailure="no" todir="${reports.dir}" /> -- GitLab