Minor test tweaks, and small fixes to pass tests

This commit is contained in:
bgbsww
2024-05-17 10:46:15 -04:00
committed by Chris Hennes
parent 40befa8708
commit e50ef22e7b
5 changed files with 13 additions and 4 deletions

View File

@@ -1815,7 +1815,7 @@ TEST_F(TopoShapeExpansionTest, makeElementThickSolid)
// Note: Cannot do an elementsMatch here because the oldest OCCT treats ThickSolid a little
// differently. So, just mae sure the size is right, and something has a THK in it.
for (auto element : elements) {
for (auto& element : elements) {
if (element.second.find("THK") > 0) {
EXPECT_TRUE(1);
break;