From dbd55be5e707f07eb044c8c7f13c3dfd246148c0 Mon Sep 17 00:00:00 2001 From: Sean Hall Date: Mon, 15 Feb 2021 17:36:45 -0600 Subject: Initialize exe package ancestors during CoreInitialize instead of Plan. --- src/test/BurnUnitTest/PlanTest.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/test/BurnUnitTest/PlanTest.cpp') diff --git a/src/test/BurnUnitTest/PlanTest.cpp b/src/test/BurnUnitTest/PlanTest.cpp index 81447ca1..42c11968 100644 --- a/src/test/BurnUnitTest/PlanTest.cpp +++ b/src/test/BurnUnitTest/PlanTest.cpp @@ -679,7 +679,8 @@ namespace Bootstrapper ReleaseStr(sczFilePath); } - DependencyInitialize(&pEngineState->registration, NULL); + hr = CoreInitializeConstants(pEngineState); + NativeAssert::Succeeded(hr, "Failed to initialize core constants"); pEngineState->userExperience.pfnBAProc = PlanTestBAProc; } -- cgit v1.2.3-55-g6feb