Extracted Schedule and SummaryConfig,
This commit is contained in:
@@ -81,7 +81,7 @@ BOOST_AUTO_TEST_CASE(MESSAGES) {
|
||||
EclipseGrid grid(10,10,10);
|
||||
TableManager table ( deck );
|
||||
Eclipse3DProperties eclipseProperties ( deck , table, grid);
|
||||
Schedule schedule(parseContext , grid, eclipseProperties, deck, Phases(true, true, true) );
|
||||
Schedule schedule(deck, grid, eclipseProperties, Phases(true, true, true) , parseContext);
|
||||
const MessageLimits limits = schedule.getMessageLimits();
|
||||
|
||||
BOOST_CHECK_EQUAL( limits.getBugPrintLimit( 0 ) , 77 ); // The pre Schedule initialization
|
||||
|
||||
Reference in New Issue
Block a user