Skip to content

Commit

Permalink
Remove failing test that is testing dead code
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephen Turner committed Oct 22, 2015
1 parent 12c2afc commit aef3e65
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions XenAdminTests/DialogTests/DialogsWithDefaultConstructor.cs
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,6 @@ protected override T NewDialog()
[TestFixture, Category(TestCategories.UICategoryA)]
public class AboutDialogTest : DialogWithDefaultConstructorTest<AboutDialog> { }

[TestFixture, Category(TestCategories.UICategoryA)]
public class AddStorageLinkSystemDialogTest : DialogWithDefaultConstructorTest<AddStorageLinkSystemDialog> { }

[TestFixture, Category(TestCategories.UICategoryA)]
public class BondPropertiesTest : DialogWithDefaultConstructorTest<BondProperties> { }

Expand Down

0 comments on commit aef3e65

Please sign in to comment.