Commit 19ac5537 authored by Eric Duminil's avatar Eric Duminil
Browse files

Rename tests

parent 9e3cdd50
......@@ -88,11 +88,9 @@ public int downloadRegionFromCityGMLs(String wktPolygon, String project, String
csvCitygmls.replace(";", "_").replace(".gml", ""), "selected_region");
int count;
try (BufferedWriter gmlWriter = Files.newBufferedWriter(outputFile.toPath())) {
count = RegionExtractor.selectRegionDirectlyFromCityGML(wktPolygon, srsName, gmlWriter, paths);
}
return count;
}
......
......@@ -20,7 +20,7 @@
import picocli.CommandLine;
class RegionChooserTests
class RegionChooserCLITests
{
final PrintStream originalOut = System.out;
final PrintStream originalErr = System.err;
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment