Add small struct ScheduleRestartInfo

This commit is contained in:
Joakim Hove
2021-07-22 07:54:34 +02:00
parent f9aa081235
commit a897cfaa14
5 changed files with 70 additions and 28 deletions

View File

@@ -4467,7 +4467,7 @@ BOOST_AUTO_TEST_CASE(ScheduleDeckTest) {
{
Parser parser;
auto deck = parser.parseString( createDeckWTEST() );
ScheduleDeck sched_deck( deck, {0,0} );
ScheduleDeck sched_deck( deck, {} );
BOOST_CHECK_EQUAL( sched_deck.size(), 6 );
std::vector<std::string> first_kw = {"WELSPECS", "WTEST", "SUMTHIN", "WCONINJH", "WELOPEN", "WCONINJH"};