mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Regression Test : Avoid display of UI for custom mock model in reg test
This commit is contained in:
@@ -18,6 +18,8 @@
|
||||
|
||||
#include "RimDialogData.h"
|
||||
|
||||
#include "RimMockModelSettings.h"
|
||||
|
||||
#include "ExportCommands/RicExportCarfinUi.h"
|
||||
#include "CompletionExportCommands/RicExportCompletionDataSettingsUi.h"
|
||||
#include "FractureCommands/RicCreateMultipleFracturesUi.h"
|
||||
@@ -51,6 +53,9 @@ RimDialogData::RimDialogData()
|
||||
|
||||
CAF_PDM_InitFieldNoDefault(&m_exportLgrData, "ExportLgr", "LGR Export", "", "", "");
|
||||
m_exportLgrData = new RicExportLgrUi();
|
||||
|
||||
CAF_PDM_InitFieldNoDefault(&m_mockModelSettings, "MockModelSettings", "Mock Model Settings", "", "", "");
|
||||
m_mockModelSettings = new RimMockModelSettings();
|
||||
}
|
||||
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
@@ -126,3 +131,11 @@ RicExportLgrUi* RimDialogData::exportLgrData() const
|
||||
return m_exportLgrData;
|
||||
}
|
||||
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
///
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
RimMockModelSettings* RimDialogData::mockModelSettings() const
|
||||
{
|
||||
return m_mockModelSettings;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user