diff options
Diffstat (limited to 'src/test/WixToolsetTest.CoreIntegration')
| -rw-r--r-- | src/test/WixToolsetTest.CoreIntegration/DependencyExtensionFixture.cs | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/test/WixToolsetTest.CoreIntegration/DependencyExtensionFixture.cs b/src/test/WixToolsetTest.CoreIntegration/DependencyExtensionFixture.cs index 5d61828f..840b411e 100644 --- a/src/test/WixToolsetTest.CoreIntegration/DependencyExtensionFixture.cs +++ b/src/test/WixToolsetTest.CoreIntegration/DependencyExtensionFixture.cs | |||
| @@ -12,7 +12,7 @@ namespace WixToolsetTest.CoreIntegration | |||
| 12 | 12 | ||
| 13 | public class DependencyExtensionFixture | 13 | public class DependencyExtensionFixture |
| 14 | { | 14 | { |
| 15 | [Fact(Skip = "https://github.com/wixtoolset/issues/issues/6388")] | 15 | [Fact] |
| 16 | public void CanBuildBundleUsingExePackageWithProvides() | 16 | public void CanBuildBundleUsingExePackageWithProvides() |
| 17 | { | 17 | { |
| 18 | var folder = TestData.Get(@"TestData"); | 18 | var folder = TestData.Get(@"TestData"); |
| @@ -50,7 +50,7 @@ namespace WixToolsetTest.CoreIntegration | |||
| 50 | .ToArray(); | 50 | .ToArray(); |
| 51 | WixAssert.CompareLineByLine(new string[] | 51 | WixAssert.CompareLineByLine(new string[] |
| 52 | { | 52 | { |
| 53 | "<Provides Key='DependencyTests_ExeA,v1.0' Version='1.0.0.0' />", | 53 | "<Provides Key='DependencyTests_ExeA,v1.0' Version='1.0.0.0' DisplayName='Windows Installer XML Toolset' />", |
| 54 | }, provides); | 54 | }, provides); |
| 55 | } | 55 | } |
| 56 | } | 56 | } |
| @@ -106,7 +106,7 @@ namespace WixToolsetTest.CoreIntegration | |||
| 106 | .ToArray(); | 106 | .ToArray(); |
| 107 | WixAssert.CompareLineByLine(new string[] | 107 | WixAssert.CompareLineByLine(new string[] |
| 108 | { | 108 | { |
| 109 | "<Provides Key='UsingProvides' Imported='yes' />", | 109 | "<Provides Key='UsingProvides' Version='1.0.0.0' DisplayName='MsiPackage' Imported='yes' />", |
| 110 | "<Provides Key='{A81D50F9-B696-4F3D-ABE0-E64D61590E5F}' Version='1.0.0.0' DisplayName='MsiPackage' />", | 110 | "<Provides Key='{A81D50F9-B696-4F3D-ABE0-E64D61590E5F}' Version='1.0.0.0' DisplayName='MsiPackage' />", |
| 111 | }, provides); | 111 | }, provides); |
| 112 | } | 112 | } |
