From 292c0e46b2de9260814754b3e12e619c4c27361e Mon Sep 17 00:00:00 2001 From: Gert Driesen Date: Sat, 7 Oct 2017 09:30:12 +0200 Subject: [PATCH] Sync .NET 3.5 test project. --- .../Renci.SshNet.Tests.NET35.csproj | 26 ++++++++++++++++++- 1 file changed, 25 insertions(+), 1 deletion(-) diff --git a/src/Renci.SshNet.Tests.NET35/Renci.SshNet.Tests.NET35.csproj b/src/Renci.SshNet.Tests.NET35/Renci.SshNet.Tests.NET35.csproj index 7ae4ac5d..33c9b1c2 100644 --- a/src/Renci.SshNet.Tests.NET35/Renci.SshNet.Tests.NET35.csproj +++ b/src/Renci.SshNet.Tests.NET35/Renci.SshNet.Tests.NET35.csproj @@ -213,9 +213,15 @@ Classes\CipherInfoTest.cs + + Classes\ClientAuthenticationTest.cs + Classes\ClientAuthenticationTestBase.cs + + Classes\ClientAuthenticationTest_Failure_MultiList_AllAllowedAuthenticationsHaveReachedPartialSuccessLimit.cs + Classes\ClientAuthenticationTest_Failure_SingleList_AuthenticationMethodFailed.cs @@ -225,6 +231,21 @@ Classes\ClientAuthenticationTest_Success_MultiList_DifferentAllowedAuthenticationsAfterPartialSuccess.cs + + Classes\ClientAuthenticationTest_Success_MultiList_PartialSuccessLimitReachedFollowedByFailureInAlternateBranch.cs + + + Classes\ClientAuthenticationTest_Success_MultiList_PartialSuccessLimitReachedFollowedByFailureInAlternateBranch2.cs + + + Classes\ClientAuthenticationTest_Success_MultiList_PartialSuccessLimitReachedFollowedByFailureInSameBranch.cs + + + Classes\ClientAuthenticationTest_Success_MultiList_PartialSuccessLimitReachedFollowedBySuccessInAlternateBranch.cs + + + Classes\ClientAuthenticationTest_Success_MultiList_PartialSuccessLimitReachedFollowedBySuccessInSameBranch.cs + Classes\ClientAuthenticationTest_Success_MultiList_SameAllowedAuthenticationsAfterPartialSuccess.cs @@ -234,6 +255,9 @@ Classes\ClientAuthenticationTest_Success_SingleList_SameAllowedAuthenticationAfterPartialSuccess.cs + + Classes\ClientAuthenticationTest_Success_SingleList_SameAllowedAuthenticationAfterPartialSuccess_PartialSuccessLimitReached.cs + Classes\CommandAsyncResultTest.cs @@ -1668,7 +1692,7 @@ - +