From cf6cb3016b79d52d1ec3e89ca34167088aba3778 Mon Sep 17 00:00:00 2001 From: Tor Harald Sandve Date: Fri, 10 Jan 2020 10:47:39 +0100 Subject: [PATCH] use SPE1CASE1_BRINE as test case not SPE1CASE2_BRINE --- compareECLFiles.cmake | 2 +- tests/update_reference_data.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/compareECLFiles.cmake b/compareECLFiles.cmake index c41695842..ec5648cfe 100755 --- a/compareECLFiles.cmake +++ b/compareECLFiles.cmake @@ -201,7 +201,7 @@ add_test_compareECLFiles(CASENAME spe1_rockcomp DIR spe1) add_test_compareECLFiles(CASENAME spe1_brine - FILENAME SPE1CASE2_BRINE + FILENAME SPE1CASE1_BRINE SIMULATOR flow ABS_TOL ${abs_tol} REL_TOL ${rel_tol} diff --git a/tests/update_reference_data.sh b/tests/update_reference_data.sh index 084290b68..563cedde9 100755 --- a/tests/update_reference_data.sh +++ b/tests/update_reference_data.sh @@ -59,7 +59,7 @@ tests[spe1oilgas]="flow spe1 SPE1CASE2_OILGAS spe1_oilgas" tests[spe1nowells]="flow spe1 SPE1CASE2_NOWELLS spe1_nowells" tests[spe1thermal]="flow spe1 SPE1CASE2_THERMAL spe1_thermal" tests[spe1rockcomp]="flow spe1 SPE1CASE2_ROCK2DTR spe1_rockcomp" -tests[spe1brine]="flow spe1_brine SPE1CASE2_BRINE spe1_brine" +tests[spe1brine]="flow spe1_brine SPE1CASE1_BRINE spe1_brine" tests[ctaquifer_2d_oilwater]="flow aquifer-oilwater 2D_OW_CTAQUIFER ctaquifer_2d_oilwater" tests[fetkovich_2d]="flow aquifer-fetkovich 2D_FETKOVICHAQUIFER fetkovich_2d" tests[msw_2d_h]="flow msw_2d_h 2D_H__"