Browse Source

Running unit tests with code coverage no longer generates the unused NUnit xml output file.

git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@2065 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
shortcuts
Matt Ward 19 years ago
parent
commit
ce632baed3
  1. 2
      src/AddIns/Misc/CodeCoverage/Project/Src/RunTestWithCodeCoverageCommand.cs

2
src/AddIns/Misc/CodeCoverage/Project/Src/RunTestWithCodeCoverageCommand.cs

@ -88,8 +88,6 @@ namespace ICSharpCode.CodeCoverage @@ -88,8 +88,6 @@ namespace ICSharpCode.CodeCoverage
string ncoverOutputDirectory = GetNCoverOutputDirectory(helper.Project);
NCoverSettings settings = GetNCoverSettings(helper.Project);
helper.XmlOutputFile = Path.Combine(ncoverOutputDirectory, "NUnit.Xml");
runner.NCoverFileName = ncoverFileName;
runner.ProfiledApplicationCommand = UnitTestApplicationStartHelper.UnitTestConsoleApplication;
runner.ProfiledApplicationCommandLineArguments = helper.GetArguments();

Loading…
Cancel
Save