diff options
author | Bob Arnson <bob@firegiant.com> | 2021-09-18 19:18:17 -0400 |
---|---|---|
committer | Bob Arnson <bob@firegiant.com> | 2021-09-18 19:18:17 -0400 |
commit | befda7bad8a90f43d7f9ca419e91f79613e0effb (patch) | |
tree | 17e36af44fb4bd0e58c8f39359b99650758030d6 /src/burn/test | |
parent | a4dc574fa13d828614058906c4e99fcb45965fe5 (diff) | |
parent | f958aeb8eea975ef76b72e73c0e40303b3a6b0d0 (diff) | |
download | wix-befda7bad8a90f43d7f9ca419e91f79613e0effb.tar.gz wix-befda7bad8a90f43d7f9ca419e91f79613e0effb.tar.bz2 wix-befda7bad8a90f43d7f9ca419e91f79613e0effb.zip |
Merge branch 'ericstj-addNativeMachine' into develop
Diffstat (limited to 'src/burn/test')
-rw-r--r-- | src/burn/test/BurnUnitTest/VariableTest.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/burn/test/BurnUnitTest/VariableTest.cpp b/src/burn/test/BurnUnitTest/VariableTest.cpp index 259fb468..2ae829dc 100644 --- a/src/burn/test/BurnUnitTest/VariableTest.cpp +++ b/src/burn/test/BurnUnitTest/VariableTest.cpp | |||
@@ -477,6 +477,7 @@ namespace Bootstrapper | |||
477 | Assert::Equal(E_INVALIDARG, hr); | 477 | Assert::Equal(E_INVALIDARG, hr); |
478 | Assert::False(EvaluateConditionHelper(&variables, L"VersionNT = \"VAL\"")); | 478 | Assert::False(EvaluateConditionHelper(&variables, L"VersionNT = \"VAL\"")); |
479 | 479 | ||
480 | VariableGetNumericHelper(&variables, L"NativeMachine"); | ||
480 | VariableGetNumericHelper(&variables, L"NTProductType"); | 481 | VariableGetNumericHelper(&variables, L"NTProductType"); |
481 | VariableGetNumericHelper(&variables, L"NTSuiteBackOffice"); | 482 | VariableGetNumericHelper(&variables, L"NTSuiteBackOffice"); |
482 | VariableGetNumericHelper(&variables, L"NTSuiteDataCenter"); | 483 | VariableGetNumericHelper(&variables, L"NTSuiteDataCenter"); |