From 4c34ad46d0eb664a48dc2b4a7696cd96c3c3a56a Mon Sep 17 00:00:00 2001 From: Bob Arnson Date: Sun, 26 Dec 2021 23:23:24 -0500 Subject: Remove RebootRequired per... ...https://github.com/wixtoolset/issues/issues/6668. --- src/burn/test/BurnUnitTest/RegistrationTest.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'src/burn/test/BurnUnitTest/RegistrationTest.cpp') diff --git a/src/burn/test/BurnUnitTest/RegistrationTest.cpp b/src/burn/test/BurnUnitTest/RegistrationTest.cpp index 94937ef6..3cf15d10 100644 --- a/src/burn/test/BurnUnitTest/RegistrationTest.cpp +++ b/src/burn/test/BurnUnitTest/RegistrationTest.cpp @@ -369,7 +369,6 @@ namespace Bootstrapper TestThrowOnFailure(hr, L"Failed to set registration variables."); Assert::Equal(1ll, VariableGetNumericHelper(&variables, BURN_BUNDLE_INSTALLED)); - Assert::Equal(1ll, VariableGetNumericHelper(&variables, BURN_REBOOT_PENDING)); Assert::Equal(gcnew String(L"foo"), VariableGetStringHelper(&variables, BURN_BUNDLE_TAG)); Assert::Equal(gcnew String(L"bar"), VariableGetStringHelper(&variables, BURN_BUNDLE_PROVIDER_KEY)); Assert::Equal(gcnew String(L"1.0.0.0"), VariableGetVersionHelper(&variables, BURN_BUNDLE_VERSION)); -- cgit v1.2.3-55-g6feb