mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#3659 Regression Test : Make sure exported snapshots have same size
This commit is contained in:
@@ -39,6 +39,7 @@ public:
|
||||
bool isRunningRegressionTests() const;
|
||||
|
||||
static void updateRegressionTest(const QString& testRootPath);
|
||||
static void regressionTestConfigureProject();
|
||||
|
||||
private:
|
||||
RiaRegressionTestRunner();
|
||||
@@ -56,7 +57,6 @@ private:
|
||||
const QDir& testDir);
|
||||
|
||||
static void removeDirectoryWithContent(QDir& dirToDelete);
|
||||
static void regressionTestConfigureProject();
|
||||
static void resizeMaximizedPlotWindows();
|
||||
static QSize regressionDefaultImageSize();
|
||||
static QString diff2htmlHeaderText(const QString& testRootPath);
|
||||
|
||||
@@ -22,6 +22,7 @@
|
||||
|
||||
#include "RiaApplication.h"
|
||||
#include "RiaLogging.h"
|
||||
#include "RiaRegressionTestRunner.h"
|
||||
|
||||
CAF_PDM_SOURCE_INIT(RicfOpenProject, "openProject");
|
||||
|
||||
@@ -45,5 +46,10 @@ void RicfOpenProject::execute()
|
||||
return;
|
||||
}
|
||||
|
||||
if (RiaRegressionTestRunner::instance()->isRunningRegressionTests())
|
||||
{
|
||||
RiaRegressionTestRunner::regressionTestConfigureProject();
|
||||
}
|
||||
|
||||
RicfCommandFileExecutor::instance()->setLastProjectPath(m_path);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user