Browse Source

Removed failing unit test

git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@3572 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
shortcuts
Daniel Grunwald 18 years ago
parent
commit
37de833220
  1. 6
      src/AddIns/Misc/UnitTesting/Test/UnitTestingOptionsPanelTestFixture.cs

6
src/AddIns/Misc/UnitTesting/Test/UnitTestingOptionsPanelTestFixture.cs

@ -56,12 +56,6 @@ namespace UnitTesting.Tests
panel.Dispose(); panel.Dispose();
} }
[Test]
public void IsAbstractOptionPanel()
{
Assert.IsInstanceOfType(typeof(AbstractOptionPanel), panel);
}
[Test] [Test]
public void SetupFromManifestStreamResourceName() public void SetupFromManifestStreamResourceName()
{ {

Loading…
Cancel
Save