diff options
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 | ||
