From f9669e8158a83be967913811268e780c3fadaddd Mon Sep 17 00:00:00 2001 From: Vest Date: Wed, 22 Dec 2021 22:26:53 +0100 Subject: [PATCH 1/2] 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 --- .../Window/ConfigWindowTests/ConfigWindowGeneralTests.cs | 7 +++---- 1 file 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: From d80e5bc792c144073ffb571a4669f434e4055246 Mon Sep 17 00:00:00 2001 From: Vest Date: Wed, 22 Dec 2021 22:33:30 +0100 Subject: [PATCH 2/2] Updated changelog.md Signed-off-by: Vest --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 40bed06e..a64cb9b4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -31,6 +31,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), - #1690: Replaced GeckoFX (Firefox) with CefSharp (Chromium) - #1325: Language resource files cleanup ### Fixed +- #2097: Fix failed tests related to mRemoteNGTests.UI.Window.ConfigWindowTests - #2096: Corrected encryption code of LegacyRijndaelCryptographyProvider - #2089: Fixed the exception thrown by menu buttons "Documentation" and "Website" - #2087: Fixed application crash, when the update file is launched from the application