diff --git a/integrationtest/Validation/ValidationProject/ValidateStrykerResults.cs b/integrationtest/Validation/ValidationProject/ValidateStrykerResults.cs index 8b640ff6f2..513655c91c 100644 --- a/integrationtest/Validation/ValidationProject/ValidateStrykerResults.cs +++ b/integrationtest/Validation/ValidationProject/ValidateStrykerResults.cs @@ -308,8 +308,8 @@ private void CheckReportMutants(IJsonReport report, int total, int ignored, int private void CheckReportTestCounts(IJsonReport report, int total) { - var actualTotal = report.TestFiles.Sum(tf => tf.Value.Tests.Count); + var actualTestCount = report.TestFiles.Sum(tf => tf.Value.Tests.Count); - actualTotal.ShouldBe(total); + actualTestCount.ShouldBe(total); } } diff --git a/src/.run/FullFrameworkApp.Test.run.xml b/src/.run/FullFrameworkApp.Test.run.xml index 19d8762fe1..efea798be0 100644 --- a/src/.run/FullFrameworkApp.Test.run.xml +++ b/src/.run/FullFrameworkApp.Test.run.xml @@ -1,23 +1,23 @@ - - - + + + \ No newline at end of file diff --git a/src/.run/TargetProject.Solution.run.xml b/src/.run/TargetProject.Solution.run.xml index e5e413ea88..f4bb7db355 100644 --- a/src/.run/TargetProject.Solution.run.xml +++ b/src/.run/TargetProject.Solution.run.xml @@ -1,8 +1,8 @@