Fix failure in actionx test after rebase

This commit is contained in:
Tor Harald Sandve
2018-11-05 13:48:36 +01:00
parent 95179f393c
commit e2d748906e

View File

@@ -133,7 +133,7 @@ TSTEP
// The deck3 contains the 'GRID' keyword in the ACTIONX block - that is not a whitelisted keyword.
ParseContext parseContext( {{ParseContext::ACTIONX_ILLEGAL_KEYWORD, InputError::THROW_EXCEPTION}} );
BOOST_CHECK_THROW(Schedule(deck3, grid1, eclipseProperties, Phases(true,true,true), parseContext), std::invalid_argument);
BOOST_CHECK_THROW(Schedule(deck3, grid1, eclipseProperties, runspec, parseContext), std::invalid_argument);
}