SSH: Adapt test to an earlier change.

Change-Id: I67504abe9b32443667497c29fb27b555cf5419fc
Reviewed-by: Christian Kandeler <christian.kandeler@nokia.com>
This commit is contained in:
Christian Kandeler
2012-01-20 13:56:44 +01:00
parent 1958fd82d5
commit b46cdd3729

View File

@@ -63,6 +63,7 @@ public:
noHost.host = QLatin1String("hgdfxgfhgxfhxgfchxgcf");
noHost.port = 12345;
noHost.timeout = 10;
noHost.authenticationType = SshConnectionParameters::AuthenticationByPassword;
SshConnectionParameters noUser = SshConnectionParameters(SshConnectionParameters::DefaultProxy);
noUser.host = QLatin1String("localhost");