From afc9ce0ce4cfd4c4fb7c2ddd202accc8ae27888e Mon Sep 17 00:00:00 2001 From: Ene Date: Sun, 11 Aug 2024 20:11:36 -0300 Subject: [PATCH] Remove faulty tests --- Calculator.sln | 6 ------ CalculatorTests/CalculatorTests.cs | 12 ------------ CalculatorTests/CalculatorTests.csproj | 23 ----------------------- 3 files changed, 41 deletions(-) delete mode 100644 CalculatorTests/CalculatorTests.cs delete mode 100644 CalculatorTests/CalculatorTests.csproj diff --git a/Calculator.sln b/Calculator.sln index e3b834a..b155f86 100644 --- a/Calculator.sln +++ b/Calculator.sln @@ -5,8 +5,6 @@ VisualStudioVersion = 17.10.35122.118 MinimumVisualStudioVersion = 10.0.40219.1 Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Calculator", "Calculator\Calculator.csproj", "{FDB4C50E-5FB1-4A8E-B638-6AFC203483DB}" EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CalculatorTests", "CalculatorTests1\CalculatorTests.csproj", "{DE1963F7-52A8-4B1A-B5F5-DBBA69BE06B7}" -EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|Any CPU = Debug|Any CPU @@ -17,10 +15,6 @@ Global {FDB4C50E-5FB1-4A8E-B638-6AFC203483DB}.Debug|Any CPU.Build.0 = Debug|Any CPU {FDB4C50E-5FB1-4A8E-B638-6AFC203483DB}.Release|Any CPU.ActiveCfg = Release|Any CPU {FDB4C50E-5FB1-4A8E-B638-6AFC203483DB}.Release|Any CPU.Build.0 = Release|Any CPU - {DE1963F7-52A8-4B1A-B5F5-DBBA69BE06B7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {DE1963F7-52A8-4B1A-B5F5-DBBA69BE06B7}.Debug|Any CPU.Build.0 = Debug|Any CPU - {DE1963F7-52A8-4B1A-B5F5-DBBA69BE06B7}.Release|Any CPU.ActiveCfg = Release|Any CPU - {DE1963F7-52A8-4B1A-B5F5-DBBA69BE06B7}.Release|Any CPU.Build.0 = Release|Any CPU EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE diff --git a/CalculatorTests/CalculatorTests.cs b/CalculatorTests/CalculatorTests.cs deleted file mode 100644 index 7fd17ca..0000000 --- a/CalculatorTests/CalculatorTests.cs +++ /dev/null @@ -1,12 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; -using System.Threading.Tasks; - -namespace CalculatorTests -{ - internal class CalculatorTests - { - } -} diff --git a/CalculatorTests/CalculatorTests.csproj b/CalculatorTests/CalculatorTests.csproj deleted file mode 100644 index 517a899..0000000 --- a/CalculatorTests/CalculatorTests.csproj +++ /dev/null @@ -1,23 +0,0 @@ - - - - net8.0 - enable - enable - - false - true - - - - - - - - - - - - - -