Skip to content

Commit

Permalink
nunit#30 Error message "File type is not supported" when uses .nunit …
Browse files Browse the repository at this point in the history
…configuration file - fix build
  • Loading branch information
Nikolay Pianikov authored and Nikolay Pianikov committed Sep 5, 2016
1 parent 0f5c037 commit afd77ba
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/NUnitEngine/nunit.engine/Runners/MasterTestRunner.cs
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ public class MasterTestRunner : ITestRunner
private IServiceLocator _services;
private IRuntimeFrameworkService _runtimeService;
private ExtensionService _extensionService;
private IProjectService _projectService;
private ITestRunnerFactory _testRunnerFactory;

public MasterTestRunner(IServiceLocator services, TestPackage package)
Expand All @@ -51,7 +50,6 @@ public MasterTestRunner(IServiceLocator services, TestPackage package)
TestPackage = package;

_testRunnerFactory = _services.GetService<ITestRunnerFactory>();
_projectService = _services.GetService<IProjectService>();
_runtimeService = _services.GetService<IRuntimeFrameworkService>();
_extensionService = _services.GetService<ExtensionService>();
_engineRunner = _testRunnerFactory.MakeTestRunner(package);
Expand Down

0 comments on commit afd77ba

Please sign in to comment.