From 7426b5db1189e4f17030a2dca7348357c260df36 Mon Sep 17 00:00:00 2001 From: "Andrea T. Lonn" Date: Fri, 20 Jul 2018 13:35:54 +0200 Subject: [PATCH] Added the test for BASE_MODEL_1.DATA. --- compareECLFiles.cmake | 7 +++++++ tests/update_reference_data.sh | 1 + 2 files changed, 8 insertions(+) diff --git a/compareECLFiles.cmake b/compareECLFiles.cmake index cbaa49931..9de37d99a 100755 --- a/compareECLFiles.cmake +++ b/compareECLFiles.cmake @@ -280,6 +280,13 @@ add_test_compareECLFiles(CASENAME wecon_wtest ABS_TOL ${abs_tol} REL_TOL ${coarse_rel_tol}) +add_test_compareECLFiles(CASENAME base_model_1 + FILENAME BASE_MODEL_1 + SIMULATOR flow + ABS_TOL ${abs_tol} + REL_TOL ${rel_tol} + DIR model1) + # Restart tests opm_set_test_driver(${PROJECT_SOURCE_DIR}/tests/run-restart-regressionTest.sh "") diff --git a/tests/update_reference_data.sh b/tests/update_reference_data.sh index 6f953de95..2b039526e 100755 --- a/tests/update_reference_data.sh +++ b/tests/update_reference_data.sh @@ -53,6 +53,7 @@ tests[spe9]="flow spe9 SPE9_CP_SHORT" tests[spe9_legacy]="flow_legacy spe9 SPE9_CP_SHORT" tests[wecon_wtest]="flow wecon_wtest 3D_WECON" tests[spe1_metric_vfp1]="flow vfpprod_spe1 SPE1CASE1_METRIC_VFP1 spe1_metric_vfp1" +tests[base_model_1]="flow model1 BASE_MODEL_1 base_model_1" changed_tests="" for test_name in ${!tests[*]}