mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
SUMO connector adjustments
Disable SUMO connector object when running regression tests to avoid request for credentials
This commit is contained in:
@@ -19,6 +19,7 @@
|
||||
#include "gtest/gtest.h"
|
||||
|
||||
#include "RiaConsoleApplication.h"
|
||||
#include "RiaRegressionTestRunner.h"
|
||||
|
||||
#include <QLocale>
|
||||
|
||||
@@ -27,6 +28,9 @@
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
int main( int argc, char** argv )
|
||||
{
|
||||
// Create feature manager before the application object is created
|
||||
RiaRegressionTestRunner::createSingleton();
|
||||
|
||||
RiaApplication* app = new RiaConsoleApplication( argc, argv );
|
||||
app->initialize();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user