From 7055183bf46a3c911ec24a8cfd90c538dd71b14e Mon Sep 17 00:00:00 2001 From: andrerod Date: Tue, 28 Dec 2010 19:26:17 +0000 Subject: [PATCH] Removing duplicate UT. --HG-- branch : 1.x --- .../Extensions/ExtensionLoaderCoordinatorTests.cs | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/Orchard.Tests/Environment/Extensions/ExtensionLoaderCoordinatorTests.cs b/src/Orchard.Tests/Environment/Extensions/ExtensionLoaderCoordinatorTests.cs index 1c737325a..956f1993d 100644 --- a/src/Orchard.Tests/Environment/Extensions/ExtensionLoaderCoordinatorTests.cs +++ b/src/Orchard.Tests/Environment/Extensions/ExtensionLoaderCoordinatorTests.cs @@ -305,12 +305,6 @@ Features: } } - [Test, Ignore("This assertion appears to be inconsistent with the comment in extension manager - an empty feature is returned")] - public void ExtensionManagerShouldThrowIfFeatureDoesNotExist() { - var featureDescriptor = new FeatureDescriptor { Id = "NoSuchFeature" }; - Assert.Throws(() => _manager.LoadFeatures(new[] { featureDescriptor })); - } - [Test] public void ExtensionManagerTestFeatureAttribute() { var extensionLoader = new StubLoaders();