Toponaming/Part: Correct tests that show platform variations when all elements tested

This commit is contained in:
bgbsww
2024-03-04 09:13:15 -05:00
parent 6e1c062603
commit b3677cf0b0
4 changed files with 48 additions and 39 deletions

View File

@@ -220,6 +220,6 @@ TEST_F(FeaturePartCommonTest, testMapping)
#ifndef FC_USE_TNP_FIX
EXPECT_EQ(ts1.getElementMap().size(), 0);
#else
EXPECT_EQ(ts1.getElementMap().size(), 26); // Value and code TBD
EXPECT_EQ(ts1.getElementMap().size(), 0); // TODO: Value and code TBD
#endif
}