move MSW_2D_H to flow

This commit is contained in:
Arne Morten Kvarving 2017-11-10 14:29:49 +01:00
parent 7fbf4cf3af
commit 46cf9e4058
2 changed files with 5 additions and 5 deletions

View File

@ -165,12 +165,12 @@ add_test_compareECLFiles(CASENAME spe9group
ABS_TOL ${abs_tol} ABS_TOL ${abs_tol}
REL_TOL ${rel_tol}) REL_TOL ${rel_tol})
# TODO: move to flow
add_test_compareECLFiles(CASENAME msw_2d_h add_test_compareECLFiles(CASENAME msw_2d_h
FILENAME 2D_H__ FILENAME 2D_H__
SIMULATOR flow_multisegment SIMULATOR flow
ABS_TOL ${abs_tol} ABS_TOL ${abs_tol}
REL_TOL ${rel_tol}) REL_TOL ${rel_tol}
TEST_ARGS use_multisegment_well=true)
# TODO: add flow # TODO: add flow
add_test_compareECLFiles(CASENAME polymer_simple2D add_test_compareECLFiles(CASENAME polymer_simple2D

View File

@ -73,8 +73,8 @@ for test_name in ${tests}; do
if grep -q "msw_2d_h" <<< $test_name if grep -q "msw_2d_h" <<< $test_name
then then
copyToReferenceDir \ copyToReferenceDir \
$configuration/build-opm-simulators/tests/results/flow_multisegment+msw_2d_h/ \ $configuration/build-opm-simulators/tests/results/flow+msw_2d_h/ \
$OPM_DATA_ROOT/msw_2d_h/opm-simulation-reference/flow_multisegment \ $OPM_DATA_ROOT/msw_2d_h/opm-simulation-reference/flow \
2D_H__ \ 2D_H__ \
EGRID INIT SMSPEC UNRST UNSMRY EGRID INIT SMSPEC UNRST UNSMRY
fi fi