CP-24806: Update the RPU hotfix to version 4

Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
This commit is contained in:
Mihaela Stoica 2017-09-22 12:43:26 +01:00
parent 2e21b8ab91
commit 50623be97c
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");
}