diff options
Diffstat (limited to 'src/test/WixToolsetTest.CoreIntegration/BadInputFixture.cs')
-rw-r--r-- | src/test/WixToolsetTest.CoreIntegration/BadInputFixture.cs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/test/WixToolsetTest.CoreIntegration/BadInputFixture.cs b/src/test/WixToolsetTest.CoreIntegration/BadInputFixture.cs index c5168856..62ffe1eb 100644 --- a/src/test/WixToolsetTest.CoreIntegration/BadInputFixture.cs +++ b/src/test/WixToolsetTest.CoreIntegration/BadInputFixture.cs | |||
@@ -48,7 +48,7 @@ namespace WixToolsetTest.CoreIntegration | |||
48 | } | 48 | } |
49 | } | 49 | } |
50 | 50 | ||
51 | [Fact(Skip = "Test demonstrates failure")] | 51 | [Fact] |
52 | public void CantBuildSingleExeBundleWithInvalidArgument() | 52 | public void CantBuildSingleExeBundleWithInvalidArgument() |
53 | { | 53 | { |
54 | var folder = TestData.Get(@"TestData"); | 54 | var folder = TestData.Get(@"TestData"); |
@@ -72,7 +72,6 @@ namespace WixToolsetTest.CoreIntegration | |||
72 | }); | 72 | }); |
73 | 73 | ||
74 | Assert.NotEqual(0, result.ExitCode); | 74 | Assert.NotEqual(0, result.ExitCode); |
75 | |||
76 | Assert.False(File.Exists(exePath)); | 75 | Assert.False(File.Exists(exePath)); |
77 | } | 76 | } |
78 | } | 77 | } |