mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Regression Test : Allow execution of tests starting at filter folder
This commit is contained in:
@@ -1903,7 +1903,7 @@ void RiuMainWindow::slotShowRegressionTestDialog()
|
||||
regTestConfig.readSettingsFromApplicationStore();
|
||||
|
||||
caf::PdmUiPropertyViewDialog regressionTestDialog(this, ®TestConfig, "Regression Test", "");
|
||||
regressionTestDialog.resize(QSize(600, 300));
|
||||
regressionTestDialog.resize(QSize(600, 350));
|
||||
|
||||
if (regressionTestDialog.exec() == QDialog::Accepted)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user