Add error mode DELAYED_EXIT1 to collect all errors

This commit is contained in:
Joakim Hove
2019-01-04 17:12:53 +01:00
parent 23cbe9035b
commit cf42146d84
7 changed files with 52 additions and 27 deletions

View File

@@ -48,7 +48,7 @@ BOOST_AUTO_TEST_CASE(noNNC)
BOOST_AUTO_TEST_CASE(readDeck)
{
Parser parser;
auto deck = parser.parseFile(pathprefix() + "NNC/noNNC.DATA");
auto deck = parser.parseFile(pathprefix() + "EDITNNC/EDITNNC.DATA");
EclipseState eclipseState(deck);
const auto& editnnc = eclipseState.getInputEDITNNC();
BOOST_CHECK(!editnnc.empty());