mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-03 04:00:57 -06:00
Test application updates
p4#: 22353
This commit is contained in:
parent
f0777bb8ac
commit
7edac904d3
@ -47,5 +47,6 @@ RimWellPathImport* TestTools::createMockObject()
|
||||
|
||||
wellPathImport->regions.push_back(regionB);
|
||||
|
||||
wellPathImport->utmFilterMode = RimWellPathImport::UTM_FILTER_PROJECT;
|
||||
return wellPathImport;
|
||||
}
|
||||
|
@ -69,9 +69,14 @@ int main(int argc, char *argv[])
|
||||
wellPathImportObject->east = east;
|
||||
wellPathImportObject->west = west;
|
||||
|
||||
RiuWellImportWizard wizard(wsAddress, destinationFolder, wellPathImportObject);
|
||||
QString username("admin");
|
||||
QString password("resinsight");
|
||||
|
||||
|
||||
RiuWellImportWizard wizard(wsAddress, destinationFolder, wellPathImportObject);
|
||||
wizard.setCredentials(username, password);
|
||||
wizard.show();
|
||||
|
||||
|
||||
return app.exec();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user