Remove Schedule::evalAction() and add Schedule::actions()

This commit is contained in:
Joakim Hove
2019-01-22 16:33:17 +01:00
parent 749353a4b0
commit 4174602da2
3 changed files with 5 additions and 7 deletions

View File

@@ -2637,7 +2637,6 @@ VFPINJ \n \
Runspec runspec (deck);
Schedule schedule(deck, grid1 , eclipseProperties, runspec);
schedule.evalAction(SummaryState(), 5);
BOOST_CHECK( schedule.getEvents().hasEvent(ScheduleEvents::VFPINJ_UPDATE, 0));
BOOST_CHECK( !schedule.getEvents().hasEvent(ScheduleEvents::VFPINJ_UPDATE, 1));
BOOST_CHECK( schedule.getEvents().hasEvent(ScheduleEvents::VFPINJ_UPDATE, 2));