From 17ef0f065f50dda8f0ed31e891564fd75753dd6b Mon Sep 17 00:00:00 2001 From: MaxXor Date: Wed, 13 May 2015 19:17:00 +0200 Subject: [PATCH] Moved to Client.Tests folder --- .../ClientTests.csproj => Client.Tests/Client.Tests.csproj | 4 ++-- {ClientTests => Client.Tests}/Core/Encryption/AES.Tests.cs | 2 +- {ClientTests => Client.Tests}/Core/Encryption/SHA256.Tests.cs | 2 +- {ClientTests => Client.Tests}/Properties/AssemblyInfo.cs | 0 xRAT 2.sln | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) rename ClientTests/ClientTests.csproj => Client.Tests/Client.Tests.csproj (97%) rename {ClientTests => Client.Tests}/Core/Encryption/AES.Tests.cs (93%) rename {ClientTests => Client.Tests}/Core/Encryption/SHA256.Tests.cs (91%) rename {ClientTests => Client.Tests}/Properties/AssemblyInfo.cs (100%) diff --git a/ClientTests/ClientTests.csproj b/Client.Tests/Client.Tests.csproj similarity index 97% rename from ClientTests/ClientTests.csproj rename to Client.Tests/Client.Tests.csproj index d76ab9a8..45ae9808 100644 --- a/ClientTests/ClientTests.csproj +++ b/Client.Tests/Client.Tests.csproj @@ -6,8 +6,8 @@ {7223F9B2-17A2-432B-ADAC-51B1E35681DB} Library Properties - xClientTests - ClientTests + xClient.Tests + Client.Tests v4.0 512 {3AC096D0-A1C2-E12C-1390-A8335801FDAB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} diff --git a/ClientTests/Core/Encryption/AES.Tests.cs b/Client.Tests/Core/Encryption/AES.Tests.cs similarity index 93% rename from ClientTests/Core/Encryption/AES.Tests.cs rename to Client.Tests/Core/Encryption/AES.Tests.cs index 6eeea6e3..6c737813 100644 --- a/ClientTests/Core/Encryption/AES.Tests.cs +++ b/Client.Tests/Core/Encryption/AES.Tests.cs @@ -2,7 +2,7 @@ using xClient.Core.Encryption; using xClient.Core.Helper; -namespace xClientTests.Core.Encryption +namespace xClient.Tests.Core.Encryption { [TestClass] public class AESTests diff --git a/ClientTests/Core/Encryption/SHA256.Tests.cs b/Client.Tests/Core/Encryption/SHA256.Tests.cs similarity index 91% rename from ClientTests/Core/Encryption/SHA256.Tests.cs rename to Client.Tests/Core/Encryption/SHA256.Tests.cs index 8d56f19e..51de1490 100644 --- a/ClientTests/Core/Encryption/SHA256.Tests.cs +++ b/Client.Tests/Core/Encryption/SHA256.Tests.cs @@ -2,7 +2,7 @@ using xClient.Core.Encryption; using xClient.Core.Helper; -namespace xClientTests.Core.Encryption +namespace xClient.Tests.Core.Encryption { [TestClass] public class SHA256Tests diff --git a/ClientTests/Properties/AssemblyInfo.cs b/Client.Tests/Properties/AssemblyInfo.cs similarity index 100% rename from ClientTests/Properties/AssemblyInfo.cs rename to Client.Tests/Properties/AssemblyInfo.cs diff --git a/xRAT 2.sln b/xRAT 2.sln index 453e92e8..02d9863b 100644 --- a/xRAT 2.sln +++ b/xRAT 2.sln @@ -7,7 +7,7 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Server", "Server\Server.csp EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Client", "Client\Client.csproj", "{9F5CF56A-DDB2-4F40-AB99-2A1DC47588E1}" EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ClientTests", "ClientTests\ClientTests.csproj", "{7223F9B2-17A2-432B-ADAC-51B1E35681DB}" +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Client.Tests", "Client.Tests\Client.Tests.csproj", "{7223F9B2-17A2-432B-ADAC-51B1E35681DB}" EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution