From 14ee934fd552f5e4011f2359f6629ca41ab6bce3 Mon Sep 17 00:00:00 2001 From: Sebastiaan Janssen Date: Thu, 29 Nov 2012 15:44:00 -0100 Subject: [PATCH] Ignoring dictionary tests as code comment cleary says they don't work anyway --- src/Umbraco.Tests/BusinessLogic/DictionaryTest.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Umbraco.Tests/BusinessLogic/DictionaryTest.cs b/src/Umbraco.Tests/BusinessLogic/DictionaryTest.cs index 649fca0c30..ac2376dc0c 100644 --- a/src/Umbraco.Tests/BusinessLogic/DictionaryTest.cs +++ b/src/Umbraco.Tests/BusinessLogic/DictionaryTest.cs @@ -16,7 +16,7 @@ namespace Umbraco.Tests.BusinessLogic ///This is a test class for Dictionary_DictionaryItemTest and is intended ///to contain all Dictionary_DictionaryItemTest Unit Tests /// - [TestFixture] + [TestFixture, NUnit.Framework.Ignore] public class DictionaryTest : BaseWebTest { public override void Initialize()