From edccb203c421d2bd820062024088c6698424d9ee Mon Sep 17 00:00:00 2001 From: Bob Arnson Date: Wed, 4 Feb 2026 20:47:04 -0500 Subject: Support dual-purpose packages in Burn. Fixes https://github.com/wixtoolset/issues/issues/8958 --- src/burn/test/BurnUnitTest/RelatedBundleTest.cpp | 14 ++++---------- 1 file changed, 4 insertions(+), 10 deletions(-) (limited to 'src/burn/test/BurnUnitTest/RelatedBundleTest.cpp') diff --git a/src/burn/test/BurnUnitTest/RelatedBundleTest.cpp b/src/burn/test/BurnUnitTest/RelatedBundleTest.cpp index 9feb85d6..dcccc589 100644 --- a/src/burn/test/BurnUnitTest/RelatedBundleTest.cpp +++ b/src/burn/test/BurnUnitTest/RelatedBundleTest.cpp @@ -3,11 +3,7 @@ #include "precomp.h" -namespace Microsoft -{ -namespace Tools -{ -namespace WindowsInstallerXml +namespace WixToolset { namespace Test { @@ -49,7 +45,7 @@ namespace Bootstrapper L" " L" " L" " - L" " + L" " L" " L" " L""; @@ -63,7 +59,7 @@ namespace Bootstrapper hr = RegistrationParseFromXml(®istration, &cache, pixeBundle); TestThrowOnFailure(hr, L"Failed to parse registration from XML."); - RelatedBundlesInitializeForScope(registration.fPerMachine, ®istration, &relatedBundles); + RelatedBundlesInitializeForScope(/*registration.fPlannedPerMachineScope*/TRUE, ®istration, &relatedBundles); Assert::Equal(1lu, relatedBundles.cRelatedBundles); @@ -101,7 +97,7 @@ namespace Bootstrapper L" " L" " L" " - L" " + L" " L" " L" " L""; @@ -195,5 +191,3 @@ namespace Bootstrapper } } } -} -} -- cgit v1.2.3-55-g6feb