aboutsummaryrefslogtreecommitdiff
path: root/src/test/WixToolsetTest.CoreIntegration/TestData/AppSearch/ComponentSearch.wxs
diff options
context:
space:
mode:
authorSean Hall <r.sean.hall@gmail.com>2019-09-30 09:34:40 +1000
committerSean Hall <r.sean.hall@gmail.com>2019-09-30 13:14:35 +1000
commit1b266e62a450813718d0ff1c78f4470055adc5f3 (patch)
tree6b7567f7e395c2c32dba16c824b50c485645fe35 /src/test/WixToolsetTest.CoreIntegration/TestData/AppSearch/ComponentSearch.wxs
parent3ad41f4926fddf4776c8de1baf5284c0d2f51077 (diff)
downloadwix-1b266e62a450813718d0ff1c78f4470055adc5f3.tar.gz
wix-1b266e62a450813718d0ff1c78f4470055adc5f3.tar.bz2
wix-1b266e62a450813718d0ff1c78f4470055adc5f3.zip
Add failing tests for AppSearch tables.
Diffstat (limited to 'src/test/WixToolsetTest.CoreIntegration/TestData/AppSearch/ComponentSearch.wxs')
-rw-r--r--src/test/WixToolsetTest.CoreIntegration/TestData/AppSearch/ComponentSearch.wxs12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/test/WixToolsetTest.CoreIntegration/TestData/AppSearch/ComponentSearch.wxs b/src/test/WixToolsetTest.CoreIntegration/TestData/AppSearch/ComponentSearch.wxs
new file mode 100644
index 00000000..4dd701f0
--- /dev/null
+++ b/src/test/WixToolsetTest.CoreIntegration/TestData/AppSearch/ComponentSearch.wxs
@@ -0,0 +1,12 @@
1<?xml version="1.0" encoding="utf-8"?>
2<Wix xmlns="http://wixtoolset.org/schemas/v4/wxs">
3 <Fragment>
4 <ComponentGroup Id="ProductComponents">
5 <ComponentGroupRef Id="MinimalComponentGroup"></ComponentGroupRef>
6 </ComponentGroup>
7
8 <Property Id="SAMPLECOMPFOUND">
9 <ComponentSearch Id="SampleCompSearch" Guid="{4D9A0D20-D0CC-40DE-B580-EAD38B985217}"></ComponentSearch>
10 </Property>
11 </Fragment>
12</Wix>