Merge pull request #1777 from MihaelaStoica/master

CP-24806: Update the RPU hotfix to version 4
This commit is contained in:
Gabor Apati-Nagy 2017-09-22 13:58:34 +01:00 committed by GitHub
commit 9fec33d892
2 changed files with 2 additions and 2 deletions

View File

@ -66,7 +66,7 @@ namespace XenAdmin.Diagnostics.Hotfixing
private readonly Hotfix elyHotfix = new SingleHotfix
{
Filename = "RPU004",
UUID = "b8d21409-adb7-44a5-a7ff-a78ed97162a5"
UUID = "439235bf-48fa-4ee3-9c11-d67084a01205"
};
public Hotfix Hotfix(Host host)

View File

@ -80,7 +80,7 @@ namespace XenAdminTests.UnitTests.Diagnostics
factory.Hotfix(HotfixFactory.HotfixableServerVersion.Dundee).UUID,
"Dundee UUID lookup from enum");
Assert.AreEqual("b8d21409-adb7-44a5-a7ff-a78ed97162a5",
Assert.AreEqual("439235bf-48fa-4ee3-9c11-d67084a01205",
factory.Hotfix(HotfixFactory.HotfixableServerVersion.Ely).UUID,
"Ely UUID lookup from enum");
}