diff options
| author | Sean Hall <r.sean.hall@gmail.com> | 2020-06-19 13:28:50 +1000 |
|---|---|---|
| committer | Sean Hall <r.sean.hall@gmail.com> | 2020-06-19 13:34:17 +1000 |
| commit | e22fd864bcb83d982441759719ba57fbc4391c95 (patch) | |
| tree | 1dbf0e83f1a6c0ac959d8c1c0e1b21a0408d25c5 /src/test/WixToolsetTest.CoreIntegration | |
| parent | a65c055184941ea6f03fe6b6cfdebf870a085dfb (diff) | |
| download | wix-e22fd864bcb83d982441759719ba57fbc4391c95.tar.gz wix-e22fd864bcb83d982441759719ba57fbc4391c95.tar.bz2 wix-e22fd864bcb83d982441759719ba57fbc4391c95.zip | |
Implement IBurnBackendHelper and TryAddTupleToDataManifest.
Add GenerateManifestDataFromIRCommand, which allows the Burn backend to warn on unknown tuples.
Diffstat (limited to 'src/test/WixToolsetTest.CoreIntegration')
| -rw-r--r-- | src/test/WixToolsetTest.CoreIntegration/BundleManifestFixture.cs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/test/WixToolsetTest.CoreIntegration/BundleManifestFixture.cs b/src/test/WixToolsetTest.CoreIntegration/BundleManifestFixture.cs index 80c00ef1..4b1ec718 100644 --- a/src/test/WixToolsetTest.CoreIntegration/BundleManifestFixture.cs +++ b/src/test/WixToolsetTest.CoreIntegration/BundleManifestFixture.cs | |||
| @@ -146,6 +146,9 @@ namespace WixToolsetTest.CoreIntegration | |||
| 146 | "<ExampleSearch Id='ExampleSearchBar' SearchFor='Bar' />" + | 146 | "<ExampleSearch Id='ExampleSearchBar' SearchFor='Bar' />" + |
| 147 | "<ExampleSearch Id='ExampleSearchFoo' SearchFor='Foo' />" + | 147 | "<ExampleSearch Id='ExampleSearchFoo' SearchFor='Foo' />" + |
| 148 | "</BundleExtension>", bundleExtensionDatas[0].GetTestXml()); | 148 | "</BundleExtension>", bundleExtensionDatas[0].GetTestXml()); |
| 149 | |||
| 150 | var exampleSearches = extractResult.SelectBundleExtensionDataNodes("/be:BundleExtensionData/be:BundleExtension[@Id='ExampleBundleExtension']/be:ExampleSearch"); | ||
| 151 | Assert.Equal(2, exampleSearches.Count); | ||
| 149 | } | 152 | } |
| 150 | } | 153 | } |
| 151 | 154 | ||
