Fixes up the tests with changes to cache helper

This commit is contained in:
Shannon
2013-08-09 11:42:20 +10:00
parent 75ceb539b4
commit 01510ce126
9 changed files with 22 additions and 8 deletions

View File

@@ -59,7 +59,7 @@ namespace Umbraco.Tests.TestHelpers
AppDomain.CurrentDomain.SetData("DataDirectory", path);
//disable cache
var cacheHelper = new CacheHelper(new NullCacheProvider(), false);
var cacheHelper = CacheHelper.CreateDisabledCacheHelper();
var dbFactory = new DefaultDatabaseFactory(
GetDbConnectionString(),