diff options
| author | Sean Hall <r.sean.hall@gmail.com> | 2021-02-02 16:57:33 -0600 |
|---|---|---|
| committer | Sean Hall <r.sean.hall@gmail.com> | 2021-02-04 22:16:10 -0600 |
| commit | 39725a1a6d1c72a6748bd3c306af32bcae6dbf8f (patch) | |
| tree | fe37f5ad08878e2f8d36c92762a784fd13c39df2 /src/test/BurnUnitTest/PlanTest.cpp | |
| parent | bb7d4bdc09d0b52a65b8cf3b5ae629f385fc8011 (diff) | |
| download | wix-39725a1a6d1c72a6748bd3c306af32bcae6dbf8f.tar.gz wix-39725a1a6d1c72a6748bd3c306af32bcae6dbf8f.tar.bz2 wix-39725a1a6d1c72a6748bd3c306af32bcae6dbf8f.zip | |
Require re-Detect after Apply.
Diffstat (limited to 'src/test/BurnUnitTest/PlanTest.cpp')
| -rw-r--r-- | src/test/BurnUnitTest/PlanTest.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
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 | |||
| 568 | NativeAssert::Succeeded(hr, "Failed to add the bundle provider key to the list of dependencies to ignore."); | 568 | NativeAssert::Succeeded(hr, "Failed to add the bundle provider key to the list of dependencies to ignore."); |
| 569 | 569 | ||
| 570 | pEngineState->userExperience.fEngineActive = TRUE; | 570 | pEngineState->userExperience.fEngineActive = TRUE; |
| 571 | pEngineState->fDetected = TRUE; | ||
| 571 | } | 572 | } |
| 572 | 573 | ||
| 573 | void DetectAttachedContainerAsAttached(BURN_ENGINE_STATE* pEngineState) | 574 | void DetectAttachedContainerAsAttached(BURN_ENGINE_STATE* pEngineState) |
