.NET: Fix SslConfigurationTest

Project: http://git-wip-us.apache.org/repos/asf/ignite/repo
Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/071e27e3
Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/071e27e3
Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/071e27e3

Branch: refs/heads/ignite-3345
Commit: 071e27e331fbbc446ea76aec54280ede237b2557
Parents: 82d690f
Author: Pavel Tupitsyn <ptupit...@apache.org>
Authored: Sun Feb 18 23:27:29 2018 +0300
Committer: Pavel Tupitsyn <ptupit...@apache.org>
Committed: Sun Feb 18 23:27:29 2018 +0300

----------------------------------------------------------------------
 .../dotnet/Apache.Ignite.Core.Tests/Ssl/SslConfigurationTest.cs  | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ignite/blob/071e27e3/modules/platforms/dotnet/Apache.Ignite.Core.Tests/Ssl/SslConfigurationTest.cs
----------------------------------------------------------------------
diff --git 
a/modules/platforms/dotnet/Apache.Ignite.Core.Tests/Ssl/SslConfigurationTest.cs 
b/modules/platforms/dotnet/Apache.Ignite.Core.Tests/Ssl/SslConfigurationTest.cs
index b35002e..8b7a253 100644
--- 
a/modules/platforms/dotnet/Apache.Ignite.Core.Tests/Ssl/SslConfigurationTest.cs
+++ 
b/modules/platforms/dotnet/Apache.Ignite.Core.Tests/Ssl/SslConfigurationTest.cs
@@ -26,7 +26,7 @@ namespace Apache.Ignite.Core.Tests.Ssl
     /// SSL configuration tests.
     /// </summary>
     [Category(TestUtils.CategoryIntensive)]
-    public class SslConfigurationTest : TestBase
+    public class SslConfigurationTest
     {
         /** Test Password. */
         private const string Password = "123456";
@@ -49,7 +49,7 @@ namespace Apache.Ignite.Core.Tests.Ssl
         /// <summary>
         /// Returns SSL Context factory for tests.
         /// </summary>
-        private SslContextFactory GetSslContextFactory()
+        private static SslContextFactory GetSslContextFactory()
         {
             return new SslContextFactory(KeyStoreFilePath, Password, 
TrustStoreFilePath, Password);
         }

Reply via email to