Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Eric Duminil
RegionChooser
Commits
19ac5537
Commit
19ac5537
authored
Oct 11, 2022
by
Eric Duminil
Browse files
Rename tests
parent
9e3cdd50
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/main/java/eu/simstadt/regionchooser/RegionChooserBrowser.java
View file @
19ac5537
...
...
@@ -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
;
}
...
...
src/test/java/eu/simstadt/regionchooser/RegionChooserTests.java
→
src/test/java/eu/simstadt/regionchooser/RegionChooser
CLI
Tests.java
View file @
19ac5537
...
...
@@ -20,7 +20,7 @@
import
picocli.CommandLine
;
class
RegionChooserTests
class
RegionChooser
CLI
Tests
{
final
PrintStream
originalOut
=
System
.
out
;
final
PrintStream
originalErr
=
System
.
err
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment