diff options
| author | Sean Hall <r.sean.hall@gmail.com> | 2021-03-08 14:20:23 -0600 |
|---|---|---|
| committer | Sean Hall <r.sean.hall@gmail.com> | 2021-03-08 15:51:55 -0600 |
| commit | 8e51e27adbcfe1892463463b4e7dc251019f427c (patch) | |
| tree | 74c35e44d3ca113a4bd766472ac5058fbbc18e50 /src/test/WixToolsetTest.CoreIntegration/TestData | |
| parent | 6bcf25fe37f0b4dc5f2f43720777e7ab0d26b030 (diff) | |
| download | wix-8e51e27adbcfe1892463463b4e7dc251019f427c.tar.gz wix-8e51e27adbcfe1892463463b4e7dc251019f427c.tar.bz2 wix-8e51e27adbcfe1892463463b4e7dc251019f427c.zip | |
Add failing test for authoring Provides in chain packages.
Diffstat (limited to 'src/test/WixToolsetTest.CoreIntegration/TestData')
| -rw-r--r-- | src/test/WixToolsetTest.CoreIntegration/TestData/Dependency/ExePackageProvidesBundle.wxs | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/test/WixToolsetTest.CoreIntegration/TestData/Dependency/ExePackageProvidesBundle.wxs b/src/test/WixToolsetTest.CoreIntegration/TestData/Dependency/ExePackageProvidesBundle.wxs new file mode 100644 index 00000000..4d188d3a --- /dev/null +++ b/src/test/WixToolsetTest.CoreIntegration/TestData/Dependency/ExePackageProvidesBundle.wxs | |||
| @@ -0,0 +1,10 @@ | |||
| 1 | <?xml version="1.0" encoding="utf-8"?> | ||
| 2 | <Wix xmlns="http://wixtoolset.org/schemas/v4/wxs"> | ||
| 3 | <Fragment> | ||
| 4 | <PackageGroup Id="BundlePackages"> | ||
| 5 | <ExePackage DetectCondition="DetectedSomething" SourceFile="burn.exe"> | ||
| 6 | <Provides Key="DependencyTests_ExeA,v1.0" Version="1.0.0.0" /> | ||
| 7 | </ExePackage> | ||
| 8 | </PackageGroup> | ||
| 9 | </Fragment> | ||
| 10 | </Wix> | ||
