mirror of
https://github.com/xcp-ng/xenadmin.git
synced 2024-11-25 14:27:26 +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;
|
private bool _cloneInvoked;
|
||||||
|
|
||||||
public NewVMWizardTestDefaultTemplate()
|
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);
|
Assert.AreEqual(1, DbProxy.proxys.Count);
|
||||||
DbProxy.proxys[ConnectionsManager.XenConnectionsCopy[0]].Invoking += DbProxy_Invoking;
|
DbProxy.proxys[ConnectionsManager.XenConnectionsCopy[0]].Invoking += DbProxy_Invoking;
|
||||||
|
Loading…
Reference in New Issue
Block a user