mirror of
https://github.com/xcp-ng/xenadmin.git
synced 2024-12-22 16:36:03 +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)]
|
||||
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" }
|
||||
, true, false)
|
||||
{ }
|
||||
|
Loading…
Reference in New Issue
Block a user