Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mRemoteNG/mRemoteNG.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVest <Vest@users.noreply.github.com>2021-12-23 00:26:53 +0300
committerVest <Vest@users.noreply.github.com>2021-12-23 00:26:53 +0300
commitf9669e8158a83be967913811268e780c3fadaddd (patch)
treec80d19d93d62f8b305d1cd3c0c56468675b403bd
parent04c83c608b5396086a23d0354838891a31e55a31 (diff)
Fix failed tests related to mRemoteNGTests.UI.Window.ConfigWindowTests.
The menu item OpeningCommand is related to SSH1/SSH2. Previously it was tested for RDP. Signed-off-by: Vest <Vest@users.noreply.github.com>
-rw-r--r--mRemoteNGTests/UI/Window/ConfigWindowTests/ConfigWindowGeneralTests.cs7
1 files changed, 3 insertions, 4 deletions
diff --git a/mRemoteNGTests/UI/Window/ConfigWindowTests/ConfigWindowGeneralTests.cs b/mRemoteNGTests/UI/Window/ConfigWindowTests/ConfigWindowGeneralTests.cs
index 13d30c53..66ecb391 100644
--- a/mRemoteNGTests/UI/Window/ConfigWindowTests/ConfigWindowGeneralTests.cs
+++ b/mRemoteNGTests/UI/Window/ConfigWindowTests/ConfigWindowGeneralTests.cs
@@ -212,8 +212,7 @@ namespace mRemoteNGTests.UI.Window.ConfigWindowTests
nameof(ConnectionInfo.MacAddress),
nameof(ConnectionInfo.UserField),
nameof(ConnectionInfo.Favorite),
- nameof(ConnectionInfo.SSHTunnelConnectionName),
- nameof(ConnectionInfo.OpeningCommand),
+ nameof(ConnectionInfo.SSHTunnelConnectionName)
};
if (!isContainer)
@@ -260,7 +259,6 @@ namespace mRemoteNGTests.UI.Window.ConfigWindowTests
nameof(ConnectionInfo.RedirectSound),
nameof(ConnectionInfo.RedirectAudioCapture),
nameof(ConnectionInfo.RdpVersion),
- nameof(ConnectionInfo.OpeningCommand),
nameof(ConnectionInfo.RDPStartProgram),
nameof(ConnectionInfo.RDPStartProgramWorkDir)
});
@@ -282,7 +280,8 @@ namespace mRemoteNGTests.UI.Window.ConfigWindowTests
nameof(ConnectionInfo.Password),
nameof(ConnectionInfo.Port),
nameof(ConnectionInfo.SSHOptions),
- nameof(ConnectionInfo.PuttySession)
+ nameof(ConnectionInfo.PuttySession),
+ nameof(ConnectionInfo.OpeningCommand)
});
break;
case ProtocolType.Telnet: