diff options
Diffstat (limited to 'src/burn/test')
-rw-r--r-- | src/burn/test/BurnUnitTest/RegistrationTest.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/burn/test/BurnUnitTest/RegistrationTest.cpp b/src/burn/test/BurnUnitTest/RegistrationTest.cpp index 0075e937..9aadc2cc 100644 --- a/src/burn/test/BurnUnitTest/RegistrationTest.cpp +++ b/src/burn/test/BurnUnitTest/RegistrationTest.cpp | |||
@@ -793,7 +793,7 @@ namespace Bootstrapper | |||
793 | TestThrowOnFailure(hr, L"Failed to deserialize variables."); | 793 | TestThrowOnFailure(hr, L"Failed to deserialize variables."); |
794 | 794 | ||
795 | // write active resume mode | 795 | // write active resume mode |
796 | hr = RegistrationSessionResume(®istration, &variables, BOOTSTRAPPER_REGISTRATION_TYPE_INPROGRESS); | 796 | hr = RegistrationSessionBegin(sczCurrentProcess, ®istration, &cache, &variables, dwRegistrationOptions, qwEstimatedSize, BOOTSTRAPPER_REGISTRATION_TYPE_INPROGRESS); |
797 | TestThrowOnFailure(hr, L"Failed to write active resume mode."); | 797 | TestThrowOnFailure(hr, L"Failed to write active resume mode."); |
798 | 798 | ||
799 | // verify that run key was put back | 799 | // verify that run key was put back |