aboutsummaryrefslogtreecommitdiff
path: root/src/burn/test/BurnUnitTest/RegistrationTest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/burn/test/BurnUnitTest/RegistrationTest.cpp')
-rw-r--r--src/burn/test/BurnUnitTest/RegistrationTest.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/burn/test/BurnUnitTest/RegistrationTest.cpp b/src/burn/test/BurnUnitTest/RegistrationTest.cpp
index dbcd2613..d2ec0a82 100644
--- a/src/burn/test/BurnUnitTest/RegistrationTest.cpp
+++ b/src/burn/test/BurnUnitTest/RegistrationTest.cpp
@@ -645,7 +645,7 @@ namespace Bootstrapper
645 NativeAssert::Succeeded(hr, "Failed to allocate buffer for related bundle id."); 645 NativeAssert::Succeeded(hr, "Failed to allocate buffer for related bundle id.");
646 646
647 // Verify we can find ourself via the UpgradeCode 647 // Verify we can find ourself via the UpgradeCode
648 hr = BundleEnumRelatedBundleFixed(TEST_BUNDLE_UPGRADE_CODE, BUNDLE_INSTALL_CONTEXT_USER, &dwRelatedBundleIndex, sczRelatedBundleId); 648 hr = BundleEnumRelatedBundleFixed(TEST_BUNDLE_UPGRADE_CODE, BUNDLE_INSTALL_CONTEXT_USER, REG_KEY_DEFAULT, &dwRelatedBundleIndex, sczRelatedBundleId);
649 TestThrowOnFailure(hr, L"Failed to enumerate related bundle."); 649 TestThrowOnFailure(hr, L"Failed to enumerate related bundle.");
650 650
651 NativeAssert::StringEqual(TEST_BUNDLE_ID, sczRelatedBundleId); 651 NativeAssert::StringEqual(TEST_BUNDLE_ID, sczRelatedBundleId);