mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -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->regions.push_back(regionB);
|
||||||
|
|
||||||
|
wellPathImport->utmFilterMode = RimWellPathImport::UTM_FILTER_PROJECT;
|
||||||
return wellPathImport;
|
return wellPathImport;
|
||||||
}
|
}
|
||||||
|
@ -69,9 +69,14 @@ int main(int argc, char *argv[])
|
|||||||
wellPathImportObject->east = east;
|
wellPathImportObject->east = east;
|
||||||
wellPathImportObject->west = west;
|
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();
|
wizard.show();
|
||||||
|
|
||||||
|
|
||||||
return app.exec();
|
return app.exec();
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user