mirror of
https://github.com/xcp-ng/xenadmin.git
synced 2024-12-23 08:56:02 +01:00
Merge pull request #1028 from geosharath/VMSS
Updating constructor name for NewPolicyWizardTest class
This commit is contained in:
commit
6f1d041f53
@ -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)
|
||||||
{ }
|
{ }
|
||||||
|
Loading…
Reference in New Issue
Block a user