Added map of tablecontainers to TableManager.

This commit is contained in:
Joakim Hove
2015-09-15 11:40:06 +02:00
parent 2e1533c945
commit d377345f95
5 changed files with 30 additions and 9 deletions

View File

@@ -908,7 +908,12 @@ VFPINJ \n\
BOOST_AUTO_TEST_CASE(TableContainer) {
std::shared_ptr<const Opm::Deck> deck = createSingleRecordDeck();
Opm::TableManager tables( *deck );
BOOST_CHECK_EQUAL( false , tables.hasTables("SGOF") );
BOOST_CHECK_EQUAL( false , tables.hasTables("STUPID") );
}
/**
* Spot checks that the VFPPROD table will fail nicely when given invalid data