From 7e540f8b4655f916e3b1b1af802da77f8fe7e07c Mon Sep 17 00:00:00 2001
From: Thomas Fischer <thomas.fischer@ufz.de>
Date: Fri, 8 Mar 2019 08:32:13 +0100
Subject: [PATCH] [T/GWF] Rename update expected solution.

- Rename to better reflect the contained date.
- Expected solution update due to output of specific flux instead of flux.
---
 ProcessLib/GroundwaterFlow/Tests.cmake                        | 2 +-
 .../wedge_1e3_prism_surfaceflux_diagonal.prj                  | 4 ++--
 .../wedge_1x1x1_1e3_prism_complete_surface.vtu                | 4 ++--
 ...x1_1e3_prism_complete_surface_specific_flux_t_1.000000.vtu | 3 +++
 4 files changed, 8 insertions(+), 5 deletions(-)
 create mode 100644 Tests/Data/Elliptic/wedge_1x1x1_GroundWaterFlow/wedge_1x1x1_1e3_prism_complete_surface_specific_flux_t_1.000000.vtu

diff --git a/ProcessLib/GroundwaterFlow/Tests.cmake b/ProcessLib/GroundwaterFlow/Tests.cmake
index 6678aa0a8db..582c7a1e957 100644
--- a/ProcessLib/GroundwaterFlow/Tests.cmake
+++ b/ProcessLib/GroundwaterFlow/Tests.cmake
@@ -319,7 +319,7 @@ AddTest(
     TESTER vtkdiff
     REQUIREMENTS NOT OGS_USE_MPI
     DIFF_DATA
-    wedge_1x1x1_1e3_prism_complete_surface.vtu wedge_1x1x1_1e3_prism_complete_surface_surfaceflux_t_1.000000.vtu surfaceflux_reference surfaceflux 1e-15 1e-15
+    wedge_1x1x1_1e3_prism_complete_surface_specific_flux_t_1.000000.vtu wedge_1x1x1_1e3_prism_complete_surface_specific_flux_t_1.000000.vtu specific_flux specific_flux 1e-15 1e-15
 )
 
 # SQUARE 1x1 GROUNDWATER FLOW TEST -- AXIALLY SYMMETRIC
diff --git a/Tests/Data/Elliptic/wedge_1x1x1_GroundWaterFlow/wedge_1e3_prism_surfaceflux_diagonal.prj b/Tests/Data/Elliptic/wedge_1x1x1_GroundWaterFlow/wedge_1e3_prism_surfaceflux_diagonal.prj
index 12638cfb522..c4545c06bee 100644
--- a/Tests/Data/Elliptic/wedge_1x1x1_GroundWaterFlow/wedge_1e3_prism_surfaceflux_diagonal.prj
+++ b/Tests/Data/Elliptic/wedge_1x1x1_GroundWaterFlow/wedge_1e3_prism_surfaceflux_diagonal.prj
@@ -20,8 +20,8 @@
             </secondary_variables>
             <calculatesurfaceflux>
                 <mesh>wedge_1x1x1_1e3_prism_complete_surface</mesh>
-                <property_name>surfaceflux</property_name>
-                <output_mesh>wedge_1x1x1_1e3_prism_complete_surface_surfaceflux.vtu</output_mesh>
+                <property_name>specific_flux</property_name>
+                <output_mesh>wedge_1x1x1_1e3_prism_complete_surface_specific_flux.vtu</output_mesh>
             </calculatesurfaceflux>
         </process>
     </processes>
diff --git a/Tests/Data/Elliptic/wedge_1x1x1_GroundWaterFlow/wedge_1x1x1_1e3_prism_complete_surface.vtu b/Tests/Data/Elliptic/wedge_1x1x1_GroundWaterFlow/wedge_1x1x1_1e3_prism_complete_surface.vtu
index c9740be5616..cdf0c5bbcf8 100644
--- a/Tests/Data/Elliptic/wedge_1x1x1_GroundWaterFlow/wedge_1x1x1_1e3_prism_complete_surface.vtu
+++ b/Tests/Data/Elliptic/wedge_1x1x1_GroundWaterFlow/wedge_1x1x1_1e3_prism_complete_surface.vtu
@@ -1,3 +1,3 @@
 version https://git-lfs.github.com/spec/v1
-oid sha256:da1bab5a81c4cec75d25f888ffeab2625c5b791554cf9986b8c47f95e96b0e84
-size 14507
+oid sha256:33240451142592538feba6d4067376ffbe8032eefc12b09e1fdf08d92210a71a
+size 50373
diff --git a/Tests/Data/Elliptic/wedge_1x1x1_GroundWaterFlow/wedge_1x1x1_1e3_prism_complete_surface_specific_flux_t_1.000000.vtu b/Tests/Data/Elliptic/wedge_1x1x1_GroundWaterFlow/wedge_1x1x1_1e3_prism_complete_surface_specific_flux_t_1.000000.vtu
new file mode 100644
index 00000000000..91bd752976b
--- /dev/null
+++ b/Tests/Data/Elliptic/wedge_1x1x1_GroundWaterFlow/wedge_1x1x1_1e3_prism_complete_surface_specific_flux_t_1.000000.vtu
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:87d222dbc647c32e2581b445def90d9040f9842693f3bd56097dc69b7ea4bcb0
+size 59856
-- 
GitLab