Merge pull request #1028 from geosharath/VMSS

Updating constructor name for NewPolicyWizardTest class
This commit is contained in:
Mihaela Stoica 2016-06-14 17:43:00 +01:00 committed by GitHub
commit 6f1d041f53

View File

@ -40,7 +40,7 @@ namespace XenAdminTests.WizardTests.cowleyPolicies_xml
[TestFixture, Category(TestCategories.UICategoryB)] [TestFixture, Category(TestCategories.UICategoryB)]
class NewPolicyWizardTest : WizardTest<NewPolicyWizardSpecific<XenAPI.VMPP>> class NewPolicyWizardTest : WizardTest<NewPolicyWizardSpecific<XenAPI.VMPP>>
{ {
public NewPolicyWizardSpecific() public NewPolicyWizardTest()
: base(new string[] { "Policy Name", "Protected VMs", "Snapshot Type", "Snapshot schedule","Archive Options","Email Alerts","Finish" } : base(new string[] { "Policy Name", "Protected VMs", "Snapshot Type", "Snapshot schedule","Archive Options","Email Alerts","Finish" }
, true, false) , true, false)
{ } { }