Implementing metadata support

This commit is contained in:
Michael Tryby
2018-08-16 10:26:32 -04:00
parent 606101af89
commit efc44215f3
4 changed files with 7 additions and 7 deletions

View File

@@ -145,7 +145,7 @@ BOOST_FIXTURE_TEST_CASE(test_getNetSize, Fixture)
BOOST_FIXTURE_TEST_CASE(test_getUnits, Fixture) {
int flag;
error = ENR_getUnits(p_handle, ENR_chemUnits, &flag);
error = ENR_getUnits(p_handle, ENR_qualUnits, &flag);
BOOST_REQUIRE(error == 0);
BOOST_CHECK_EQUAL(flag, ENR_MGL);