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