test(tests/eos): added test for the new composition version of EOS

note that this test is currently minimal and should be expanded
This commit is contained in:
2025-06-16 15:01:05 -04:00
parent cf25c54cda
commit 9100af3fc5
3 changed files with 38 additions and 4 deletions

View File

@@ -48,7 +48,7 @@ TEST_F(resourceManagerTest, getResource) {
const serif::resource::types::Resource &r = rm.getResource(name);
// BREAKPOINT();
const auto &eos = std::get<std::unique_ptr<serif::eos::EOSio>>(r);
EXPECT_EQ("helm", eos->getFormat());
EXPECT_EQ("Helmholtz", eos->getFormatName());
serif::eos::EOSTable &table = eos->getTable();
// -- Extract the Helm table from the EOSTable