Renamed test deck

This commit is contained in:
Joakim Hove 2021-08-17 10:11:11 +02:00
parent a646794882
commit 34f9d88c32
3 changed files with 2 additions and 2 deletions

View File

@ -495,7 +495,7 @@ if(ENABLE_ECL_OUTPUT)
tests/include_swof.txt
tests/include_grid_3x5x4.grdecl
tests/SPE1CASE2.DATA
tests/SPE1CASE2_RESTART.DATA
tests/SPE1CASE2_RESTART_SKIPREST.DATA
tests/SPE1CASE2.X0060
tests/PYACTION.DATA
tests/0A4_GRCTRL_LRAT_LRAT_GGR_BASE_MODEL2_MSW_ALL.DATA

View File

@ -100,7 +100,7 @@ BOOST_AUTO_TEST_CASE(LoadRestartSim) {
EclipseState ecl_state(deck);
Schedule sched(deck, ecl_state, python);
auto restart_deck = parser.parseFile("SPE1CASE2_RESTART.DATA");
auto restart_deck = parser.parseFile("SPE1CASE2_RESTART_SKIPREST.DATA");
auto rst_file = std::make_shared<EclIO::ERst>("SPE1CASE2.X0060");
auto rst_view = std::make_shared<EclIO::RestartFileView>(std::move(rst_file), 60);
auto rst_state = RestartIO::RstState::load(std::move(rst_view));