Removing duplicate UT.

--HG--
branch : 1.x
This commit is contained in:
andrerod
2010-12-28 19:26:17 +00:00
parent 39d7442014
commit 7055183bf4

View File

@@ -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<ArgumentException>(() => _manager.LoadFeatures(new[] { featureDescriptor }));
}
[Test]
public void ExtensionManagerTestFeatureAttribute() {
var extensionLoader = new StubLoaders();