diff options
Diffstat (limited to 'src/test/WixToolsetTest.CoreIntegration/TestData/BundleCustomTable')
| -rw-r--r-- | src/test/WixToolsetTest.CoreIntegration/TestData/BundleCustomTable/BundleCustomTable.wxs | 21 |
1 files changed, 14 insertions, 7 deletions
diff --git a/src/test/WixToolsetTest.CoreIntegration/TestData/BundleCustomTable/BundleCustomTable.wxs b/src/test/WixToolsetTest.CoreIntegration/TestData/BundleCustomTable/BundleCustomTable.wxs index 38d207ca..8482a57e 100644 --- a/src/test/WixToolsetTest.CoreIntegration/TestData/BundleCustomTable/BundleCustomTable.wxs +++ b/src/test/WixToolsetTest.CoreIntegration/TestData/BundleCustomTable/BundleCustomTable.wxs | |||
| @@ -5,7 +5,7 @@ | |||
| 5 | <PackageGroupRef Id="MinimalPackageGroup" /> | 5 | <PackageGroupRef Id="MinimalPackageGroup" /> |
| 6 | </PackageGroup> | 6 | </PackageGroup> |
| 7 | 7 | ||
| 8 | <BundleCustomData Id="BundleCustomTableBA" Type="bootstrapperApplication"> | 8 | <BundleCustomData Id="BundleCustomTableBA"> |
| 9 | <BundleAttributeDefinition Id="Id" /> | 9 | <BundleAttributeDefinition Id="Id" /> |
| 10 | <BundleAttributeDefinition Id="Column2" /> | 10 | <BundleAttributeDefinition Id="Column2" /> |
| 11 | 11 | ||
| @@ -17,16 +17,23 @@ | |||
| 17 | <BundleAttribute Id="Column2"><</BundleAttribute> | 17 | <BundleAttribute Id="Column2"><</BundleAttribute> |
| 18 | <BundleAttribute Id="Id">></BundleAttribute> | 18 | <BundleAttribute Id="Id">></BundleAttribute> |
| 19 | </BundleElement> | 19 | </BundleElement> |
| 20 | <BundleElement> | ||
| 21 | <BundleAttribute Id="Id">1</BundleAttribute> | ||
| 22 | <BundleAttribute Id="Column2">2</BundleAttribute> | ||
| 23 | </BundleElement> | ||
| 24 | </BundleCustomData> | 20 | </BundleCustomData> |
| 25 | 21 | ||
| 26 | <BundleCustomData Id="BundleCustomTableBE" Type="bundleExtension" ExtensionId="CustomTableExtension"> | 22 | <BundleCustomData Id="BundleCustomTableBE" ExtensionId="CustomTableExtension"> |
| 27 | <BundleAttributeDefinition Id="Id" /> | 23 | <BundleAttributeDefinition Id="Id" /> |
| 28 | <BundleAttributeDefinition Id="Column2" /> | 24 | <BundleAttributeDefinition Id="Column2" /> |
| 25 | </BundleCustomData> | ||
| 26 | </Fragment> | ||
| 29 | 27 | ||
| 28 | <Fragment> | ||
| 29 | <BundleCustomDataRef Id="BundleCustomTableBA"> | ||
| 30 | <BundleElement> | ||
| 31 | <BundleAttribute Id="Id">1</BundleAttribute> | ||
| 32 | <BundleAttribute Id="Column2">2</BundleAttribute> | ||
| 33 | </BundleElement> | ||
| 34 | </BundleCustomDataRef> | ||
| 35 | |||
| 36 | <BundleCustomDataRef Id="BundleCustomTableBE"> | ||
| 30 | <BundleElement> | 37 | <BundleElement> |
| 31 | <BundleAttribute Id="Id">one</BundleAttribute> | 38 | <BundleAttribute Id="Id">one</BundleAttribute> |
| 32 | <BundleAttribute Id="Column2">two</BundleAttribute> | 39 | <BundleAttribute Id="Column2">two</BundleAttribute> |
| @@ -39,7 +46,7 @@ | |||
| 39 | <BundleAttribute Id="Id">1</BundleAttribute> | 46 | <BundleAttribute Id="Id">1</BundleAttribute> |
| 40 | <BundleAttribute Id="Column2">2</BundleAttribute> | 47 | <BundleAttribute Id="Column2">2</BundleAttribute> |
| 41 | </BundleElement> | 48 | </BundleElement> |
| 42 | </BundleCustomData> | 49 | </BundleCustomDataRef> |
| 43 | 50 | ||
| 44 | <BundleExtension Id="CustomTableExtension" SourceFile="fakeba.dll" /> | 51 | <BundleExtension Id="CustomTableExtension" SourceFile="fakeba.dll" /> |
| 45 | </Fragment> | 52 | </Fragment> |
