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:
@@ -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();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user