From aef3e6511bba05185d204f18f85285e42c3a077d Mon Sep 17 00:00:00 2001 From: Stephen Turner Date: Thu, 22 Oct 2015 16:35:37 +0100 Subject: [PATCH] Remove failing test that is testing dead code --- XenAdminTests/DialogTests/DialogsWithDefaultConstructor.cs | 3 --- 1 file changed, 3 deletions(-) diff --git a/XenAdminTests/DialogTests/DialogsWithDefaultConstructor.cs b/XenAdminTests/DialogTests/DialogsWithDefaultConstructor.cs index 05da6826f..ed6bc7c5e 100644 --- a/XenAdminTests/DialogTests/DialogsWithDefaultConstructor.cs +++ b/XenAdminTests/DialogTests/DialogsWithDefaultConstructor.cs @@ -52,9 +52,6 @@ namespace XenAdminTests.DialogTests.state1_xml.DialogsWithDefaultConstructor [TestFixture, Category(TestCategories.UICategoryA)] public class AboutDialogTest : DialogWithDefaultConstructorTest { } - [TestFixture, Category(TestCategories.UICategoryA)] - public class AddStorageLinkSystemDialogTest : DialogWithDefaultConstructorTest { } - [TestFixture, Category(TestCategories.UICategoryA)] public class BondPropertiesTest : DialogWithDefaultConstructorTest { }