From bb7d4bdc09d0b52a65b8cf3b5ae629f385fc8011 Mon Sep 17 00:00:00 2001 From: Sean Hall <r.sean.hall@gmail.com> Date: Tue, 2 Feb 2021 16:56:57 -0600 Subject: Clean up synchronization between the engine and the BA. --- src/test/BurnUnitTest/PlanTest.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/test') diff --git a/src/test/BurnUnitTest/PlanTest.cpp b/src/test/BurnUnitTest/PlanTest.cpp index fb4ca246..10b12e7b 100644 --- a/src/test/BurnUnitTest/PlanTest.cpp +++ b/src/test/BurnUnitTest/PlanTest.cpp @@ -529,7 +529,6 @@ namespace Bootstrapper HRESULT hr = S_OK; LPWSTR sczFilePath = NULL; - ::InitializeCriticalSection(&pEngineState->csActive); ::InitializeCriticalSection(&pEngineState->userExperience.csEngineActive); hr = VariableInitialize(&pEngineState->variables); @@ -567,6 +566,8 @@ namespace Bootstrapper hr = DepDependencyArrayAlloc(&pRegistration->rgIgnoredDependencies, &pRegistration->cIgnoredDependencies, pRegistration->sczProviderKey, NULL); NativeAssert::Succeeded(hr, "Failed to add the bundle provider key to the list of dependencies to ignore."); + + pEngineState->userExperience.fEngineActive = TRUE; } void DetectAttachedContainerAsAttached(BURN_ENGINE_STATE* pEngineState) -- cgit v1.2.3-55-g6feb