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:
authorDimitrij <kvarkas@gmail.com>2021-12-23 14:18:46 +0300
committerGitHub <noreply@github.com>2021-12-23 14:18:46 +0300
commit37f160f6984e5d0b93215a72c2457c6a77523b01 (patch)
treebeb4b0cbef45c7e3db80e829875cb01e7d88cf4f
parentc71ec34998772c490bc39b6adfd449e2bd8d89ff (diff)
parentfed44dc366b59affa7913b625385a54967740090 (diff)
Merge branch 'develop' into fix_large
-rw-r--r--CHANGELOG.md1
-rw-r--r--mRemoteNGTests/UI/Window/ConfigWindowTests/ConfigWindowGeneralTests.cs7
2 files changed, 4 insertions, 4 deletions
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: