From 39725a1a6d1c72a6748bd3c306af32bcae6dbf8f Mon Sep 17 00:00:00 2001 From: Sean Hall Date: Tue, 2 Feb 2021 16:57:33 -0600 Subject: Require re-Detect after Apply. --- src/test/BurnUnitTest/PlanTest.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/test/BurnUnitTest') diff --git a/src/test/BurnUnitTest/PlanTest.cpp b/src/test/BurnUnitTest/PlanTest.cpp index 10b12e7b..a65bef4d 100644 --- a/src/test/BurnUnitTest/PlanTest.cpp +++ b/src/test/BurnUnitTest/PlanTest.cpp @@ -568,6 +568,7 @@ namespace Bootstrapper NativeAssert::Succeeded(hr, "Failed to add the bundle provider key to the list of dependencies to ignore."); pEngineState->userExperience.fEngineActive = TRUE; + pEngineState->fDetected = TRUE; } void DetectAttachedContainerAsAttached(BURN_ENGINE_STATE* pEngineState) -- cgit v1.2.3-55-g6feb