[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:
parent
a573b32770
commit
df5a3ae08f
1 changed files with 1 additions and 1 deletions
|
|
@ -160,7 +160,7 @@ class CtiConversionTest : public testing::Test
|
|||
{
|
||||
public:
|
||||
CtiConversionTest() {
|
||||
appdelete();
|
||||
close_XML_File("all");
|
||||
}
|
||||
|
||||
std::unique_ptr<ThermoPhase> p1;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue