Summary testing with readonly tests/

This commit is contained in:
Joakim Hove 2021-09-17 09:05:25 +02:00
parent 5b3cd8b908
commit 08f9140191

View File

@ -46,6 +46,7 @@
#include <tuple>
#include <stdio.h>
#include "tests/WorkArea.cpp"
void verifyWellState(const std::string& rst_filename, const Opm::Schedule& schedule) {
@ -197,7 +198,9 @@ void verifyWellState(const std::string& rst_filename, const Opm::Schedule& sched
BOOST_AUTO_TEST_CASE(EclipseWriteRestartWellInfo) {
WorkArea work;
std::string eclipse_data_filename = "testblackoilstate3.DATA";
work.copyIn(eclipse_data_filename);
auto python = std::make_shared<Opm::Python>();
Opm::Parser parser;