diff options
Diffstat (limited to 'src/wix/test/WixToolsetTest.Sdk/MsbuildFixture.cs')
-rw-r--r-- | src/wix/test/WixToolsetTest.Sdk/MsbuildFixture.cs | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/wix/test/WixToolsetTest.Sdk/MsbuildFixture.cs b/src/wix/test/WixToolsetTest.Sdk/MsbuildFixture.cs index b3d25406..b1a97644 100644 --- a/src/wix/test/WixToolsetTest.Sdk/MsbuildFixture.cs +++ b/src/wix/test/WixToolsetTest.Sdk/MsbuildFixture.cs | |||
@@ -44,7 +44,7 @@ namespace WixToolsetTest.Sdk | |||
44 | } | 44 | } |
45 | } | 45 | } |
46 | 46 | ||
47 | [Theory(Skip = "https://github.com/wixtoolset/issues/issues/6407")] | 47 | [Theory] |
48 | [InlineData(BuildSystem.DotNetCoreSdk)] | 48 | [InlineData(BuildSystem.DotNetCoreSdk)] |
49 | [InlineData(BuildSystem.MSBuild)] | 49 | [InlineData(BuildSystem.MSBuild)] |
50 | [InlineData(BuildSystem.MSBuild64)] | 50 | [InlineData(BuildSystem.MSBuild64)] |
@@ -71,9 +71,9 @@ namespace WixToolsetTest.Sdk | |||
71 | .ToArray(); | 71 | .ToArray(); |
72 | WixAssert.CompareLineByLine(new[] | 72 | WixAssert.CompareLineByLine(new[] |
73 | { | 73 | { |
74 | @"bin\x86\Release\SimpleBundle.exe", | ||
75 | @"bin\x86\Release\SimpleBundle.wixpdb", | ||
76 | @"bin\x86\Release\test.txt", | 74 | @"bin\x86\Release\test.txt", |
75 | @"bin\x86\Release\UncompressedBundle.exe", | ||
76 | @"bin\x86\Release\UncompressedBundle.wixpdb", | ||
77 | }, paths); | 77 | }, paths); |
78 | } | 78 | } |
79 | } | 79 | } |