From 72a6ac2297f11b50bef42bdab7c962be87a9ade3 Mon Sep 17 00:00:00 2001 From: Tal Aloni Date: Wed, 1 Mar 2017 20:45:08 +0200 Subject: [PATCH] Renamed AuthenticationTests to NTLMAuthenticationTests --- SMBLibrary/SMBLibrary.csproj | 2 +- .../{AuthenticationTests.cs => NTLMAuthenticationTests.cs} | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) rename SMBLibrary/Tests/{AuthenticationTests.cs => NTLMAuthenticationTests.cs} (98%) diff --git a/SMBLibrary/SMBLibrary.csproj b/SMBLibrary/SMBLibrary.csproj index 766082b..87f5905 100644 --- a/SMBLibrary/SMBLibrary.csproj +++ b/SMBLibrary/SMBLibrary.csproj @@ -530,8 +530,8 @@ - + diff --git a/SMBLibrary/Tests/AuthenticationTests.cs b/SMBLibrary/Tests/NTLMAuthenticationTests.cs similarity index 98% rename from SMBLibrary/Tests/AuthenticationTests.cs rename to SMBLibrary/Tests/NTLMAuthenticationTests.cs index 05c4e2c..6fcccda 100644 --- a/SMBLibrary/Tests/AuthenticationTests.cs +++ b/SMBLibrary/Tests/NTLMAuthenticationTests.cs @@ -15,7 +15,7 @@ namespace SMBLibrary /// /// [MS-NLMP] Tests /// - public class AuthenticationTests + public class NTLMAuthenticationTests { public static bool LMv1HashTest() {