safer log configuration

This commit is contained in:
Keivan Beigi 2014-12-16 23:12:26 -08:00
commit 0a341199a8
33 changed files with 281 additions and 296 deletions

View file

@ -36,7 +36,7 @@ namespace NzbDrone.Automation.Test
{
driver = new FirefoxDriver();
_runner = new NzbDroneRunner();
_runner = new NzbDroneRunner(LogManager.GetCurrentClassLogger());
_runner.KillAll();
_runner.Start();