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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user