Skip to content

Commit e35ebef

Browse files
Remove obsolete tests (#198)
1 parent 76a4925 commit e35ebef

8 files changed

+1
-398
lines changed

Exercism.TestRunner.CSharp.sln

+1-6
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11

22
Microsoft Visual Studio Solution File, Format Version 12.00
3-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Exercism.TestRunner.CSharp.IntegrationTests", "test\Exercism.TestRunner.CSharp.IntegrationTests\Exercism.TestRunner.CSharp.IntegrationTests.csproj", "{89F04548-B730-4F84-AC39-5B8C6A47CA35}"
4-
EndProject
3+
#
54
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Exercism.TestRunner.CSharp", "src\Exercism.TestRunner.CSharp\Exercism.TestRunner.CSharp.csproj", "{76037C86-908F-4C18-BDBE-1C1CAFF0CB65}"
65
EndProject
76
Global
@@ -10,10 +9,6 @@ Global
109
Release|Any CPU = Release|Any CPU
1110
EndGlobalSection
1211
GlobalSection(ProjectConfigurationPlatforms) = postSolution
13-
{89F04548-B730-4F84-AC39-5B8C6A47CA35}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
14-
{89F04548-B730-4F84-AC39-5B8C6A47CA35}.Debug|Any CPU.Build.0 = Debug|Any CPU
15-
{89F04548-B730-4F84-AC39-5B8C6A47CA35}.Release|Any CPU.ActiveCfg = Release|Any CPU
16-
{89F04548-B730-4F84-AC39-5B8C6A47CA35}.Release|Any CPU.Build.0 = Release|Any CPU
1712
{76037C86-908F-4C18-BDBE-1C1CAFF0CB65}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
1813
{76037C86-908F-4C18-BDBE-1C1CAFF0CB65}.Debug|Any CPU.Build.0 = Debug|Any CPU
1914
{76037C86-908F-4C18-BDBE-1C1CAFF0CB65}.Release|Any CPU.ActiveCfg = Release|Any CPU

test/Exercism.TestRunner.CSharp.IntegrationTests/Exercism.TestRunner.CSharp.IntegrationTests.csproj

-28
This file was deleted.

test/Exercism.TestRunner.CSharp.IntegrationTests/NormalizationExtensions.cs

-17
This file was deleted.

test/Exercism.TestRunner.CSharp.IntegrationTests/TestRun.cs

-11
This file was deleted.

test/Exercism.TestRunner.CSharp.IntegrationTests/TestRunResultReader.cs

-90
This file was deleted.

test/Exercism.TestRunner.CSharp.IntegrationTests/TestRunnerTests.cs

-203
This file was deleted.

test/Exercism.TestRunner.CSharp.IntegrationTests/TestSolution.cs

-17
This file was deleted.

0 commit comments

Comments
 (0)