Part: Feature Offset2D fix #22563

This commit is contained in:
tomate44
2025-07-22 18:09:32 +02:00
committed by Chris Hennes
parent 8d1c60bb44
commit 4614e6b4f6
2 changed files with 7 additions and 7 deletions

View File

@@ -91,7 +91,7 @@ TEST_F(FeatureOffsetTest, testOffset2D)
EXPECT_EQ(getArea(_offset2->Shape.getShape().getShape()), 20);
EXPECT_TRUE(boxesMatch(bb, Base::BoundBox3d(-1, -1, 0, 3, 4, 0)));
// Assert correct element Map
EXPECT_EQ(_offset2->Shape.getShape().getElementMapSize(), 0);
EXPECT_EQ(_offset2->Shape.getShape().getElementMapSize(), 9);
}
// NOLINTEND(readability-magic-numbers,cppcoreguidelines-avoid-magic-numbers)