aboutsummaryrefslogtreecommitdiff
path: root/src/test/WixToolsetTest.Util/TestData/BundleWithSearches
diff options
context:
space:
mode:
authorRob Mensching <rob@firegiant.com>2020-06-26 14:55:01 -0700
committerRob Mensching <rob@firegiant.com>2020-06-26 14:55:01 -0700
commitcc20def99bbd0b28f19d90aee50d67f674738505 (patch)
treed73260b1088990e829183cb4562d5b326a2b8ec7 /src/test/WixToolsetTest.Util/TestData/BundleWithSearches
parentc95213afde7af57af4b2bbaa2d29344accbebf01 (diff)
downloadwix-cc20def99bbd0b28f19d90aee50d67f674738505.tar.gz
wix-cc20def99bbd0b28f19d90aee50d67f674738505.tar.bz2
wix-cc20def99bbd0b28f19d90aee50d67f674738505.zip
Remove use of inner text conversions for Util.wixext
Also, convert all test code to modern expectation
Diffstat (limited to 'src/test/WixToolsetTest.Util/TestData/BundleWithSearches')
-rw-r--r--src/test/WixToolsetTest.Util/TestData/BundleWithSearches/Bundle.wxs4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/test/WixToolsetTest.Util/TestData/BundleWithSearches/Bundle.wxs b/src/test/WixToolsetTest.Util/TestData/BundleWithSearches/Bundle.wxs
index 82646b37..56eba137 100644
--- a/src/test/WixToolsetTest.Util/TestData/BundleWithSearches/Bundle.wxs
+++ b/src/test/WixToolsetTest.Util/TestData/BundleWithSearches/Bundle.wxs
@@ -1,6 +1,4 @@
1<?xml version="1.0" encoding="utf-8"?> 1<Wix xmlns="http://wixtoolset.org/schemas/v4/wxs" xmlns:util="http://wixtoolset.org/schemas/v4/wxs/util">
2<Wix xmlns="http://wixtoolset.org/schemas/v4/wxs"
3 xmlns:util="http://wixtoolset.org/schemas/v4/wxs/util">
4 <Bundle Name="!(loc.BundleName)" Version="1.0.0.0" Manufacturer="Example Corporation" UpgradeCode="047730a5-30fe-4a62-a520-da9381b8226a"> 2 <Bundle Name="!(loc.BundleName)" Version="1.0.0.0" Manufacturer="Example Corporation" UpgradeCode="047730a5-30fe-4a62-a520-da9381b8226a">
5 <BootstrapperApplication SourceFile="fakeba.dll" /> 3 <BootstrapperApplication SourceFile="fakeba.dll" />
6 4