Skip to content
Snippets Groups Projects
Commit 56e94c33 authored by Kim Goh's avatar Kim Goh Committed by Xiao Pan
Browse files

test: remove outdated comment

parent 0e61d6d6
No related branches found
No related tags found
1 merge request!27Draft: Introduce mapapi lanegroup into rls
Pipeline #37832 running
...@@ -354,8 +354,6 @@ TEST(MantleConverterTest, GivenRoadWithRightAndLeftLanes_WhenConverting_ThenLane ...@@ -354,8 +354,6 @@ TEST(MantleConverterTest, GivenRoadWithRightAndLeftLanes_WhenConverting_ThenLane
EXPECT_EQ(2, mantle_map.lane_groups.at(1)->lane_boundaries.size()); EXPECT_EQ(2, mantle_map.lane_groups.at(1)->lane_boundaries.size());
} }
// Todo: Add test for road with junctions
TEST(MantleConverterTest, GivenRoadWithArcGeometry_WhenConvertingRoad_ThenValuesMustBeCorrect) TEST(MantleConverterTest, GivenRoadWithArcGeometry_WhenConvertingRoad_ThenValuesMustBeCorrect)
{ {
const units::length::meter_t arc_radius(1000); const units::length::meter_t arc_radius(1000);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment