diff options
| author | Bob Arnson <bob@firegiant.com> | 2026-02-04 20:47:04 -0500 |
|---|---|---|
| committer | Bob Arnson <bob@firegiant.com> | 2026-02-04 20:47:04 -0500 |
| commit | edccb203c421d2bd820062024088c6698424d9ee (patch) | |
| tree | 6b47c3eb5ca53bd9f79f3d032dc1a596d411bf38 /src/burn/test/BurnUnitTest/SearchTest.cpp | |
| parent | a3d3963f806117ce123d95e8b77e73e1c1545b25 (diff) | |
| download | wix-edccb203c421d2bd820062024088c6698424d9ee.tar.gz wix-edccb203c421d2bd820062024088c6698424d9ee.tar.bz2 wix-edccb203c421d2bd820062024088c6698424d9ee.zip | |
Support dual-purpose packages in Burn.bob/ConfigurableScopeBundles
Fixes https://github.com/wixtoolset/issues/issues/8958
Diffstat (limited to 'src/burn/test/BurnUnitTest/SearchTest.cpp')
| -rw-r--r-- | src/burn/test/BurnUnitTest/SearchTest.cpp | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/src/burn/test/BurnUnitTest/SearchTest.cpp b/src/burn/test/BurnUnitTest/SearchTest.cpp index e3c714cb..ac6119de 100644 --- a/src/burn/test/BurnUnitTest/SearchTest.cpp +++ b/src/burn/test/BurnUnitTest/SearchTest.cpp | |||
| @@ -33,11 +33,7 @@ using namespace System; | |||
| 33 | using namespace Xunit; | 33 | using namespace Xunit; |
| 34 | using namespace Microsoft::Win32; | 34 | using namespace Microsoft::Win32; |
| 35 | 35 | ||
| 36 | namespace Microsoft | 36 | namespace WixToolset |
| 37 | { | ||
| 38 | namespace Tools | ||
| 39 | { | ||
| 40 | namespace WindowsInstallerXml | ||
| 41 | { | 37 | { |
| 42 | namespace Test | 38 | namespace Test |
| 43 | { | 39 | { |
| @@ -595,8 +591,6 @@ namespace Bootstrapper | |||
| 595 | } | 591 | } |
| 596 | } | 592 | } |
| 597 | } | 593 | } |
| 598 | } | ||
| 599 | } | ||
| 600 | 594 | ||
| 601 | 595 | ||
| 602 | static INSTALLSTATE WINAPI MsiComponentSearchTest_MsiGetComponentPathW( | 596 | static INSTALLSTATE WINAPI MsiComponentSearchTest_MsiGetComponentPathW( |
