Browse Source

Removed failing unit test

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

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

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

Loading…
Cancel
Save