mirror of
https://github.com/xcp-ng/xenadmin.git
synced 2024-11-25 06:16:37 +01:00
Merge pull request #165 from MihaelaStoica/CA-141868
CA-141868: Boot options are deleted by New VM Wizard if Installation Med...
This commit is contained in:
commit
6f13b74ebf
@ -275,7 +275,7 @@ namespace XenAdminTests.WizardTests.state5_xml
|
||||
private bool _cloneInvoked;
|
||||
|
||||
public NewVMWizardTestDefaultTemplate()
|
||||
: base(new string[] { "Template", "Name", "Home Server", "CPU && Memory", "Storage", "Networking", "Finish" }, true, true)
|
||||
: base(new string[] { "Template", "Name", "Installation Media", "Home Server", "CPU && Memory", "Storage", "Networking", "Finish" }, true, true)
|
||||
{
|
||||
Assert.AreEqual(1, DbProxy.proxys.Count);
|
||||
DbProxy.proxys[ConnectionsManager.XenConnectionsCopy[0]].Invoking += DbProxy_Invoking;
|
||||
|
Loading…
Reference in New Issue
Block a user