mirror of
https://github.com/xcp-ng/xenadmin.git
synced 2025-01-20 07:19:18 +01:00
CA-242134: Fix some tests after the removal of ClearwaterOrGreater usages
Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
This commit is contained in:
parent
a31c31eb07
commit
549cdf6522
@ -160,7 +160,7 @@ namespace XenAdminTests.DialogTests.state1_xml.PropertiesDialogTests
|
||||
public class PropertiesDialogTest_SR : VerticallyTabbedDialogTest<PropertiesDialog>
|
||||
{
|
||||
public PropertiesDialogTest_SR()
|
||||
: base(new string[] { "General", "Custom Fields" })
|
||||
: base(new string[] { "General", "Custom Fields", "Alerts" })
|
||||
{ }
|
||||
|
||||
protected override PropertiesDialog NewDialog()
|
||||
|
@ -1583,6 +1583,8 @@ namespace XenAdminTests.TabsAndMenus
|
||||
}
|
||||
|
||||
[Test]
|
||||
[Ignore("Ignore, as it currently fails because some additional members are added to the VMTooltripMenuItem on a separate thread (MigrateVMToolStripMenuItem.AddAdditionalMenuItems)." +
|
||||
" Same problem as with ContextMenu_VMWithTools,see CA-123967.")]
|
||||
public void MainMenu_VMWithTools()
|
||||
{
|
||||
foreach (VM vm in GetAllXenObjects<VM>(HasTools))
|
||||
@ -1668,6 +1670,8 @@ namespace XenAdminTests.TabsAndMenus
|
||||
residentOnInflames
|
||||
? new ExpectedTextMenuItem("incubus (INTERNAL_ERROR)", false, false, true)
|
||||
: new ExpectedTextMenuItem("incubus (Current server)", false, false, true),
|
||||
new ExpectedSeparator(),
|
||||
new ExpectedTextMenuItem("&Migrate VM wizard...", false, false)
|
||||
}),
|
||||
new ExpectedSeparator(),
|
||||
new ExpectedTextMenuItem("Assign to VM Protection Polic&y", false, false),
|
||||
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user