mirror of
https://github.com/xcp-ng/xenadmin.git
synced 2025-01-20 07:19:18 +01:00
CP-8868: : Fixed unit tests
Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
This commit is contained in:
parent
7551cf641d
commit
164a223ef8
@ -43,7 +43,7 @@ namespace XenAdminTests.UnitTests.WlbTests
|
||||
{
|
||||
private IUnitTestVerifier validator;
|
||||
private WlbPoolConfiguration wlbPool;
|
||||
private const int NUMBER_OF_PROPERTIES = 34;
|
||||
private const int NUMBER_OF_PROPERTIES = 36;
|
||||
|
||||
[Test, ExpectedException(typeof(Exception))]
|
||||
public void NullCtorThrows()
|
||||
@ -63,7 +63,8 @@ namespace XenAdminTests.UnitTests.WlbTests
|
||||
{
|
||||
"AutoBalanceAggressiveness", //Enum
|
||||
"AutoBalanceSeverity", //Enum
|
||||
"ReportingSMTPServer" //Not set
|
||||
"ReportingSMTPServer", //Not set
|
||||
"PoolAuditGranularity" //Enum
|
||||
};
|
||||
|
||||
foreach (PropertyInfo propertyInfo in pi)
|
||||
|
9
XenModel/Messages.Designer.cs
generated
9
XenModel/Messages.Designer.cs
generated
@ -13861,15 +13861,6 @@ namespace XenAdmin {
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Warning: enable maximum audit trail log needs more disk space and memory on WLB Server!.
|
||||
/// </summary>
|
||||
public static string MAXIMUM_AUDIT_LOG_WARN_MSG {
|
||||
get {
|
||||
return ResourceManager.GetString("MAXIMUM_AUDIT_LOG_WARN_MSG", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Full Name.
|
||||
/// </summary>
|
||||
|
Loading…
Reference in New Issue
Block a user