diff --git a/CHANGELOG.md b/CHANGELOG.md index e47d375b..9e871292 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -32,6 +32,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), - #1325: Language resource files cleanup ### Fixed - #2098: Fix failed BinaryFileTest +- #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 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: