From 0274bde0ab586548723f166d85fa88eca8984954 Mon Sep 17 00:00:00 2001 From: Wenqing Wang <wenqing.wang@ufz.de> Date: Mon, 23 Jan 2017 10:55:48 +0100 Subject: [PATCH] [gtest] Corrected a tag name in one unit test --- Tests/MaterialLib/TestCapillaryPressureSaturationModel.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tests/MaterialLib/TestCapillaryPressureSaturationModel.cpp b/Tests/MaterialLib/TestCapillaryPressureSaturationModel.cpp index 76856d33c8e..f6fcf5a466a 100644 --- a/Tests/MaterialLib/TestCapillaryPressureSaturationModel.cpp +++ b/Tests/MaterialLib/TestCapillaryPressureSaturationModel.cpp @@ -111,7 +111,7 @@ TEST(MaterialPorousMedium, checkCapillaryPressureCurve) " <coords> 0. 0.5 0.9 </coords>" " <values> 1.e+6 1.e+4 0.0 </values>" " </curve>" - "</relative_permeability>"; + "</capillary_pressure>"; auto const pc_model = createCapillaryPressureModel(xml); std::vector<double> S = {0.0, 0.2, 0.3, 0.52, 0.6, 1.0}; -- GitLab