From 4817cf8310daf3a5e5b0629722dc728ec7aaf677 Mon Sep 17 00:00:00 2001 From: Sebastiaan Janssen Date: Thu, 29 Nov 2012 11:19:44 -0100 Subject: [PATCH] That didn't actually fix the dictionary tests, shame. --- src/Umbraco.Tests/BusinessLogic/DictionaryTest.cs | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/Umbraco.Tests/BusinessLogic/DictionaryTest.cs b/src/Umbraco.Tests/BusinessLogic/DictionaryTest.cs index 1131a3b41b..649fca0c30 100644 --- a/src/Umbraco.Tests/BusinessLogic/DictionaryTest.cs +++ b/src/Umbraco.Tests/BusinessLogic/DictionaryTest.cs @@ -19,11 +19,6 @@ namespace Umbraco.Tests.BusinessLogic [TestFixture] public class DictionaryTest : BaseWebTest { - protected override bool RequiresDbSetup - { - get { return false; } - } - public override void Initialize() { base.Initialize();