mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-01-05 22:13:00 -06:00
Merge pull request #4064 from akva2/restartkey_test
added: RestartKey mpiserializer test
This commit is contained in:
commit
69b32f7004
@ -508,7 +508,7 @@ BOOST_AUTO_TEST_CASE(CellData_)
|
||||
}
|
||||
|
||||
|
||||
BOOST_AUTO_TEST_CASE(RestartKey)
|
||||
BOOST_AUTO_TEST_CASE(RestartKey_)
|
||||
{
|
||||
Opm::RestartKey val1("key", Opm::UnitSystem::measure::length, true);
|
||||
auto val2 = PackUnpack(val1);
|
||||
@ -620,6 +620,7 @@ TEST_FOR_TYPE(PvtoTable)
|
||||
TEST_FOR_TYPE(PvtwsaltTable)
|
||||
TEST_FOR_TYPE(PvtwTable)
|
||||
TEST_FOR_TYPE(Regdims)
|
||||
TEST_FOR_TYPE(RestartKey)
|
||||
TEST_FOR_TYPE(RSTConfig)
|
||||
TEST_FOR_TYPE(RFTConfig)
|
||||
TEST_FOR_TYPE(RockConfig)
|
||||
|
Loading…
Reference in New Issue
Block a user