aboutsummaryrefslogtreecommitdiff
path: root/src/test/WixToolsetTest.CoreIntegration/TestData/BundleCustomTable
diff options
context:
space:
mode:
authorSean Hall <r.sean.hall@gmail.com>2021-04-21 16:51:22 -0500
committerSean Hall <r.sean.hall@gmail.com>2021-04-21 16:54:42 -0500
commit0531df3e9f7b3e41434def0c569bd748adc721f6 (patch)
treeec8003985cac685aee6c1ece1e0a2a05907f640e /src/test/WixToolsetTest.CoreIntegration/TestData/BundleCustomTable
parentaee568fddd21fe0fc270f7e705dc7b9e834d9ff4 (diff)
downloadwix-0531df3e9f7b3e41434def0c569bd748adc721f6.tar.gz
wix-0531df3e9f7b3e41434def0c569bd748adc721f6.tar.bz2
wix-0531df3e9f7b3e41434def0c569bd748adc721f6.zip
Detect payload collisions.
#4574
Diffstat (limited to 'src/test/WixToolsetTest.CoreIntegration/TestData/BundleCustomTable')
-rw-r--r--src/test/WixToolsetTest.CoreIntegration/TestData/BundleCustomTable/BundleCustomTable.wxs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/WixToolsetTest.CoreIntegration/TestData/BundleCustomTable/BundleCustomTable.wxs b/src/test/WixToolsetTest.CoreIntegration/TestData/BundleCustomTable/BundleCustomTable.wxs
index db755171..e52302d4 100644
--- a/src/test/WixToolsetTest.CoreIntegration/TestData/BundleCustomTable/BundleCustomTable.wxs
+++ b/src/test/WixToolsetTest.CoreIntegration/TestData/BundleCustomTable/BundleCustomTable.wxs
@@ -48,6 +48,6 @@
48 </BundleElement> 48 </BundleElement>
49 </BundleCustomDataRef> 49 </BundleCustomDataRef>
50 50
51 <BundleExtension Id="CustomTableExtension" SourceFile="fakeba.dll" /> 51 <BundleExtension Id="CustomTableExtension" SourceFile="fakeba.dll" Name="fakebext.dll" />
52 </Fragment> 52 </Fragment>
53</Wix> 53</Wix>