[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.
This commit is contained in:
Ray Speth 2019-06-25 11:45:56 -04:00
parent a573b32770
commit df5a3ae08f

View file

@ -160,7 +160,7 @@ class CtiConversionTest : public testing::Test
{
public:
CtiConversionTest() {
appdelete();
close_XML_File("all");
}
std::unique_ptr<ThermoPhase> p1;