Merge pull request #716 from stephen-turner/CP-14647

Remove failing test that is testing dead code
This commit is contained in:
Stephen Turner 2015-10-22 16:36:09 +01:00
commit a705ecd4ab

View File

@ -52,9 +52,6 @@ namespace XenAdminTests.DialogTests.state1_xml.DialogsWithDefaultConstructor
[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> { }