moved config to objectdb.

This commit is contained in:
kay.one
2013-02-23 22:48:52 -08:00
parent 65061cdc96
commit 13658e3c6d
88 changed files with 627 additions and 586 deletions

View File

@@ -2,6 +2,7 @@
using System.IO;
using NUnit.Framework;
using NzbDrone.Common;
using NzbDrone.Core.Configuration;
using NzbDrone.Core.Datastore;
using NzbDrone.Core.Model.Notification;
using NzbDrone.Core.Providers.Core;
@@ -95,7 +96,7 @@ namespace NzbDrone.Core.Test.Framework
[TearDown]
public void CoreTestTearDown()
{
ConfigProvider.ClearCache();
ConfigService.ClearCache();
if (EnvironmentProvider.IsMono)
{