mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Regression Test: Make sure all text is redirected to standard out
Call RiaApplication::initialize() to recreate project and preferences. Do not call virtual method initialize(), as RiaGuiApplication::initialize() creates a new logger causing console text to disappear.
This commit is contained in:
parent
f3cfa0ab94
commit
402f738abd
@ -1534,7 +1534,9 @@ void RiaApplication::resetProject()
|
||||
m_project.reset();
|
||||
m_preferences.reset();
|
||||
|
||||
initialize();
|
||||
// Call RiaApplication::initialize() to recreate project and preferences. Do not call virtual method initialize(),
|
||||
// as RiaGuiApplication::initialize() creates a new logger causing console text to disappear.
|
||||
RiaApplication::initialize();
|
||||
}
|
||||
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
|
Loading…
Reference in New Issue
Block a user