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:
Mihaela Stoica 2014-08-11 18:06:41 +01:00
commit 6f13b74ebf

View File

@ -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;