Merge pull request #12726 from bgbsww/bgbsww-toponamingTestHelperfix

Toponaming/Part: Correct elementsMatch to test all entries
This commit is contained in:
Chris Hennes
2024-03-04 18:32:53 -06:00
committed by GitHub
4 changed files with 63 additions and 56 deletions

View File

@@ -54,7 +54,7 @@ TEST_F(FeaturePartTest, testGetElementName)
#ifndef FC_USE_TNP_FIX
EXPECT_EQ(ts.getElementMap().size(), 0);
#else
EXPECT_EQ(ts.getElementMap().size(), 26); // Value and code TBD
EXPECT_EQ(ts.getElementMap().size(), 0); // TODO: Value and code TBD
#endif
// TBD
}