SUMO connector adjustments

Disable SUMO connector object when running regression tests to avoid request for credentials
This commit is contained in:
Magne Sjaastad
2024-07-22 11:33:38 +02:00
committed by GitHub
parent a9f34f7fa2
commit a77f50e3a8
4 changed files with 21 additions and 25 deletions

View File

@@ -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();