diff options
| author | Eric StJohn <ericstj@microsoft.com> | 2021-08-30 15:26:42 -0700 |
|---|---|---|
| committer | Eric StJohn <ericstj@microsoft.com> | 2021-08-30 15:26:42 -0700 |
| commit | 495370ff9311d406da9c043cd208ce836a0303ff (patch) | |
| tree | ac5aa19b393dce498ad1938a0ce7410eceff93ba /src/burn/test/BurnUnitTest/VariableTest.cpp | |
| parent | a4dc574fa13d828614058906c4e99fcb45965fe5 (diff) | |
| download | wix-495370ff9311d406da9c043cd208ce836a0303ff.tar.gz wix-495370ff9311d406da9c043cd208ce836a0303ff.tar.bz2 wix-495370ff9311d406da9c043cd208ce836a0303ff.zip | |
Add NativeMachine to Burn and WIX_NATIVE_MACHINE to UtilExtension
Diffstat (limited to 'src/burn/test/BurnUnitTest/VariableTest.cpp')
| -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"); |
