From e22fd864bcb83d982441759719ba57fbc4391c95 Mon Sep 17 00:00:00 2001 From: Sean Hall Date: Fri, 19 Jun 2020 13:28:50 +1000 Subject: Implement IBurnBackendHelper and TryAddTupleToDataManifest. Add GenerateManifestDataFromIRCommand, which allows the Burn backend to warn on unknown tuples. --- src/test/WixToolsetTest.CoreIntegration/BundleManifestFixture.cs | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/test') 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 "" + "" + "", bundleExtensionDatas[0].GetTestXml()); + + var exampleSearches = extractResult.SelectBundleExtensionDataNodes("/be:BundleExtensionData/be:BundleExtension[@Id='ExampleBundleExtension']/be:ExampleSearch"); + Assert.Equal(2, exampleSearches.Count); } } -- cgit v1.2.3-55-g6feb