mirror of
https://github.com/xcp-ng/xenadmin.git
synced 2024-11-24 22:06:59 +01:00
Updated unit test: AppliesTo is filled from the host's name, which in this case
is the name_label's default value. The default value is now taken from the API and it is an empty string rather than null. Signed-off-by: Konstantina Chremmou <konstantina.chremmou@citrix.com>
This commit is contained in:
parent
f891ac51a0
commit
641ed8f77a
@ -46,7 +46,7 @@ namespace XenAdminTests.UnitTests.AlertTests
|
||||
|
||||
validator.Verify(new AlertClassUnitTestData
|
||||
{
|
||||
AppliesTo = null,
|
||||
AppliesTo = "",
|
||||
FixLinkText = "Edit IQN",
|
||||
HelpID = "MissingIqnAlert",
|
||||
Description = " has no iSCSI-IQN. This could cause problems with iSCSI storage on this network.",
|
||||
|
Loading…
Reference in New Issue
Block a user