From cf85aa0761e6987f28d5af90de09055a28afe7ba Mon Sep 17 00:00:00 2001 From: Paul Romano Date: Fri, 5 Apr 2019 13:42:28 -0500 Subject: [PATCH] Make quadric_surfaces test work for glibc 2.27 and 2.28 --- tests/regression_tests/quadric_surfaces/materials.xml | 1 + tests/regression_tests/quadric_surfaces/results_true.dat | 2 +- tests/regression_tests/quadric_surfaces/settings.xml | 4 ++-- tests/regression_tests/quadric_surfaces/test.py | 2 +- 4 files changed, 5 insertions(+), 4 deletions(-) diff --git a/tests/regression_tests/quadric_surfaces/materials.xml b/tests/regression_tests/quadric_surfaces/materials.xml index f68768383..460406296 100644 --- a/tests/regression_tests/quadric_surfaces/materials.xml +++ b/tests/regression_tests/quadric_surfaces/materials.xml @@ -5,6 +5,7 @@ + diff --git a/tests/regression_tests/quadric_surfaces/results_true.dat b/tests/regression_tests/quadric_surfaces/results_true.dat index a03c058dc..587d302ad 100644 --- a/tests/regression_tests/quadric_surfaces/results_true.dat +++ b/tests/regression_tests/quadric_surfaces/results_true.dat @@ -1,2 +1,2 @@ k-combined: -1.005538E+00 3.374726E-03 +1.083927E+00 7.465752E-03 diff --git a/tests/regression_tests/quadric_surfaces/settings.xml b/tests/regression_tests/quadric_surfaces/settings.xml index 81e5ad185..b04ecac4b 100644 --- a/tests/regression_tests/quadric_surfaces/settings.xml +++ b/tests/regression_tests/quadric_surfaces/settings.xml @@ -2,8 +2,8 @@ eigenvalue - 10 - 5 + 4 + 0 1000 diff --git a/tests/regression_tests/quadric_surfaces/test.py b/tests/regression_tests/quadric_surfaces/test.py index 862ee9bf4..94540da04 100755 --- a/tests/regression_tests/quadric_surfaces/test.py +++ b/tests/regression_tests/quadric_surfaces/test.py @@ -2,5 +2,5 @@ from tests.testing_harness import TestHarness def test_quadric_surfaces(): - harness = TestHarness('statepoint.10.h5') + harness = TestHarness('statepoint.4.h5') harness.main()