summaryrefslogtreecommitdiff
path: root/src/burn/test/BurnUnitTest/RegistrationTest.cpp
diff options
context:
space:
mode:
authorBob Arnson <bob@firegiant.com>2021-12-26 23:23:24 -0500
committerBob Arnson <github@bobs.org>2021-12-27 09:33:51 -0500
commit4c34ad46d0eb664a48dc2b4a7696cd96c3c3a56a (patch)
tree32a66d0aecaa829ef48322d70414dee44346fa20 /src/burn/test/BurnUnitTest/RegistrationTest.cpp
parent113aed110c01913941c6e6e7d24c0ce42b1f91b6 (diff)
downloadwix-4c34ad46d0eb664a48dc2b4a7696cd96c3c3a56a.tar.gz
wix-4c34ad46d0eb664a48dc2b4a7696cd96c3c3a56a.tar.bz2
wix-4c34ad46d0eb664a48dc2b4a7696cd96c3c3a56a.zip
Remove RebootRequired per...
...https://github.com/wixtoolset/issues/issues/6668.
Diffstat (limited to 'src/burn/test/BurnUnitTest/RegistrationTest.cpp')
-rw-r--r--src/burn/test/BurnUnitTest/RegistrationTest.cpp1
1 files changed, 0 insertions, 1 deletions
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
369 TestThrowOnFailure(hr, L"Failed to set registration variables."); 369 TestThrowOnFailure(hr, L"Failed to set registration variables.");
370 370
371 Assert::Equal(1ll, VariableGetNumericHelper(&variables, BURN_BUNDLE_INSTALLED)); 371 Assert::Equal(1ll, VariableGetNumericHelper(&variables, BURN_BUNDLE_INSTALLED));
372 Assert::Equal(1ll, VariableGetNumericHelper(&variables, BURN_REBOOT_PENDING));
373 Assert::Equal<String^>(gcnew String(L"foo"), VariableGetStringHelper(&variables, BURN_BUNDLE_TAG)); 372 Assert::Equal<String^>(gcnew String(L"foo"), VariableGetStringHelper(&variables, BURN_BUNDLE_TAG));
374 Assert::Equal<String^>(gcnew String(L"bar"), VariableGetStringHelper(&variables, BURN_BUNDLE_PROVIDER_KEY)); 373 Assert::Equal<String^>(gcnew String(L"bar"), VariableGetStringHelper(&variables, BURN_BUNDLE_PROVIDER_KEY));
375 Assert::Equal<String^>(gcnew String(L"1.0.0.0"), VariableGetVersionHelper(&variables, BURN_BUNDLE_VERSION)); 374 Assert::Equal<String^>(gcnew String(L"1.0.0.0"), VariableGetVersionHelper(&variables, BURN_BUNDLE_VERSION));