Part: Toposhape: fix regressions due to changes in getElementTypeAndIndex (#26596)
* Part: Toposhape: fix regressions due to changes in getElementTypeAndIndex * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Update TopoShape.cpp * Update TopoShape.cpp * Update TopoShape.cpp * Update TopoShape.h --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
This commit is contained in:
@@ -87,7 +87,7 @@ TEST_F(TopoShapeTest, TestElementTypeWithHash)
|
||||
TEST_F(TopoShapeTest, TestElementTypeWithSubelements)
|
||||
{
|
||||
EXPECT_EQ(Part::TopoShape::getElementTypeAndIndex("Part.Body.Pad.Face3"),
|
||||
std::make_pair(std::string("Face"), 3UL));
|
||||
std::make_pair(std::string(), 0UL));
|
||||
}
|
||||
|
||||
TEST_F(TopoShapeTest, TestElementTypeNonMatching)
|
||||
|
||||
Reference in New Issue
Block a user