diff options
Diffstat (limited to 'src/test')
| -rw-r--r-- | src/test/WixToolsetTest.CoreIntegration/MsiQueryFixture.cs | 6 | ||||
| -rw-r--r-- | src/test/WixToolsetTest.CoreIntegration/WixlibQueryFixture.cs | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/src/test/WixToolsetTest.CoreIntegration/MsiQueryFixture.cs b/src/test/WixToolsetTest.CoreIntegration/MsiQueryFixture.cs index d31c9ee8..8535f69c 100644 --- a/src/test/WixToolsetTest.CoreIntegration/MsiQueryFixture.cs +++ b/src/test/WixToolsetTest.CoreIntegration/MsiQueryFixture.cs | |||
| @@ -146,7 +146,7 @@ namespace WixToolsetTest.CoreIntegration | |||
| 146 | } | 146 | } |
| 147 | } | 147 | } |
| 148 | 148 | ||
| 149 | [Fact(Skip = "Test demonstrates failure")] | 149 | [Fact] |
| 150 | public void PopulatesClassTablesWhenIconIndexIsZero() | 150 | public void PopulatesClassTablesWhenIconIndexIsZero() |
| 151 | { | 151 | { |
| 152 | var folder = TestData.Get(@"TestData"); | 152 | var folder = TestData.Get(@"TestData"); |
| @@ -218,7 +218,7 @@ namespace WixToolsetTest.CoreIntegration | |||
| 218 | } | 218 | } |
| 219 | } | 219 | } |
| 220 | 220 | ||
| 221 | [Fact(Skip = "Test demonstrates failure")] | 221 | [Fact] |
| 222 | public void PopulatesCustomActionTable() | 222 | public void PopulatesCustomActionTable() |
| 223 | { | 223 | { |
| 224 | var folder = TestData.Get(@"TestData"); | 224 | var folder = TestData.Get(@"TestData"); |
| @@ -647,7 +647,7 @@ namespace WixToolsetTest.CoreIntegration | |||
| 647 | } | 647 | } |
| 648 | } | 648 | } |
| 649 | 649 | ||
| 650 | [Fact(Skip = "Test demonstrates failure")] | 650 | [Fact] |
| 651 | public void PopulatesTextStyleTableWhenColorIsNull() | 651 | public void PopulatesTextStyleTableWhenColorIsNull() |
| 652 | { | 652 | { |
| 653 | var folder = TestData.Get(@"TestData"); | 653 | var folder = TestData.Get(@"TestData"); |
diff --git a/src/test/WixToolsetTest.CoreIntegration/WixlibQueryFixture.cs b/src/test/WixToolsetTest.CoreIntegration/WixlibQueryFixture.cs index 517bddbf..7f9b9686 100644 --- a/src/test/WixToolsetTest.CoreIntegration/WixlibQueryFixture.cs +++ b/src/test/WixToolsetTest.CoreIntegration/WixlibQueryFixture.cs | |||
| @@ -43,7 +43,7 @@ namespace WixToolsetTest.CoreIntegration | |||
| 43 | } | 43 | } |
| 44 | } | 44 | } |
| 45 | 45 | ||
| 46 | [Fact(Skip = "Test demonstrates failure")] | 46 | [Fact] |
| 47 | public void TypeLibLanguageAsStringReturnsZero() | 47 | public void TypeLibLanguageAsStringReturnsZero() |
| 48 | { | 48 | { |
| 49 | var folder = TestData.Get(@"TestData\TypeLib"); | 49 | var folder = TestData.Get(@"TestData\TypeLib"); |
