NzbDrone Update no longer opens console/browser.

This commit is contained in:
Keivan Beigi
2013-07-08 17:47:09 -07:00
parent 46c093559e
commit 34f3ee6b4b
18 changed files with 137 additions and 85 deletions

View File

@@ -81,6 +81,8 @@ namespace NzbDrone.Test.Common
Mocker.SetConstant(LogManager.GetLogger("TestLogger"));
Mocker.SetConstant(new StartupArguments(new string[0]));
LogManager.ReconfigExistingLoggers();
TempFolder = Path.Combine(Directory.GetCurrentDirectory(), "_temp_" + DateTime.Now.Ticks);