Skip to content
Snippets Groups Projects
Commit b46cdd37 authored by Christian Kandeler's avatar Christian Kandeler
Browse files

SSH: Adapt test to an earlier change.


Change-Id: I67504abe9b32443667497c29fb27b555cf5419fc
Reviewed-by: default avatarChristian Kandeler <christian.kandeler@nokia.com>
parent 1958fd82
Branches
No related tags found
No related merge requests found
...@@ -63,6 +63,7 @@ public: ...@@ -63,6 +63,7 @@ public:
noHost.host = QLatin1String("hgdfxgfhgxfhxgfchxgcf"); noHost.host = QLatin1String("hgdfxgfhgxfhxgfchxgcf");
noHost.port = 12345; noHost.port = 12345;
noHost.timeout = 10; noHost.timeout = 10;
noHost.authenticationType = SshConnectionParameters::AuthenticationByPassword;
SshConnectionParameters noUser = SshConnectionParameters(SshConnectionParameters::DefaultProxy); SshConnectionParameters noUser = SshConnectionParameters(SshConnectionParameters::DefaultProxy);
noUser.host = QLatin1String("localhost"); noUser.host = QLatin1String("localhost");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment