diff options
Diffstat (limited to 'src/test')
-rw-r--r-- | src/test/BurnUnitTest/PlanTest.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
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 | |||
679 | ReleaseStr(sczFilePath); | 679 | ReleaseStr(sczFilePath); |
680 | } | 680 | } |
681 | 681 | ||
682 | DependencyInitialize(&pEngineState->registration, NULL); | 682 | hr = CoreInitializeConstants(pEngineState); |
683 | NativeAssert::Succeeded(hr, "Failed to initialize core constants"); | ||
683 | 684 | ||
684 | pEngineState->userExperience.pfnBAProc = PlanTestBAProc; | 685 | pEngineState->userExperience.pfnBAProc = PlanTestBAProc; |
685 | } | 686 | } |