From df5a3ae08fe156ec1fc02d2bd8c23fb7a9ee4caf Mon Sep 17 00:00:00 2001 From: Ray Speth Date: Tue, 25 Jun 2019 11:45:56 -0400 Subject: [PATCH] [Test] Fix inadvertent reset of "fatal deprecation warnings" flag Calling appdelete() to erase the input file cache also resets the value of Application::m_fatal_deprecation_warnings to false. --- test/thermo/phaseConstructors.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/thermo/phaseConstructors.cpp b/test/thermo/phaseConstructors.cpp index f732098a0..bffcae0b8 100644 --- a/test/thermo/phaseConstructors.cpp +++ b/test/thermo/phaseConstructors.cpp @@ -160,7 +160,7 @@ class CtiConversionTest : public testing::Test { public: CtiConversionTest() { - appdelete(); + close_XML_File("all"); } std::unique_ptr p1;