From 2b3e535f83c9e8104e73cf1df12f9550e830aa85 Mon Sep 17 00:00:00 2001 From: Sebastiaan Janssen Date: Thu, 29 Nov 2012 10:31:49 -0100 Subject: [PATCH] Make dictionary tests work --- src/Umbraco.Tests/BusinessLogic/DictionaryTest.cs | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/Umbraco.Tests/BusinessLogic/DictionaryTest.cs b/src/Umbraco.Tests/BusinessLogic/DictionaryTest.cs index a73e085e87..1131a3b41b 100644 --- a/src/Umbraco.Tests/BusinessLogic/DictionaryTest.cs +++ b/src/Umbraco.Tests/BusinessLogic/DictionaryTest.cs @@ -19,13 +19,18 @@ namespace Umbraco.Tests.BusinessLogic [TestFixture] public class DictionaryTest : BaseWebTest { + protected override bool RequiresDbSetup + { + get { return false; } + } + public override void Initialize() { base.Initialize(); CreateNew(); } - + [Test()] public void Dictionary_Get_Top_Level_Items() {