Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
CityDoctor
CityDoctor2
Commits
8ae8f2a5
Commit
8ae8f2a5
authored
Dec 12, 2025
by
Matthias Betz
Browse files
fix edge test
parent
b9af569e
Pipeline
#12292
passed with stage
in 2 minutes and 10 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
CityDoctorParent/CityDoctorModel/src/test/java/de/hft/stuttgart/citydoctor2/datastructure/GeometryTest.java
View file @
8ae8f2a5
...
@@ -249,11 +249,9 @@ public class GeometryTest {
...
@@ -249,11 +249,9 @@ public class GeometryTest {
}
}
@Test
@Test
public
void
test
Update
Edges
()
{
public
void
testEdges
()
{
Geometry
geom
=
GeometryTestUtils
.
createDummyGeometryWithInnerRingWithNeighboringPolygon
(
GeometryType
.
SOLID
,
Geometry
geom
=
GeometryTestUtils
.
createDummyGeometryWithInnerRingWithNeighboringPolygon
(
GeometryType
.
SOLID
,
Lod
.
LOD2
);
Lod
.
LOD2
);
assertNull
(
geom
.
getEdges
());
geom
.
updateEdges
();
List
<
Edge
>
edges
=
geom
.
getEdges
();
List
<
Edge
>
edges
=
geom
.
getEdges
();
assertNotNull
(
edges
);
assertNotNull
(
edges
);
assertFalse
(
edges
.
isEmpty
());
assertFalse
(
edges
.
isEmpty
());
...
...
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