diff options
| author | Rob Mensching <rob@firegiant.com> | 2019-10-18 11:30:10 -0700 |
|---|---|---|
| committer | Rob Mensching <rob@firegiant.com> | 2019-10-18 11:34:46 -0700 |
| commit | 6155da0bc9e7faa97612d15def98dd68ea2557cd (patch) | |
| tree | d2a6d9f4c4898b84982f941848b02e4f7ffed037 /src/test/WixToolsetTest.CoreIntegration/MsiQueryFixture.cs | |
| parent | 7d699fdbbe8a15c72b69f633ac9799fb757e2acc (diff) | |
| download | wix-6155da0bc9e7faa97612d15def98dd68ea2557cd.tar.gz wix-6155da0bc9e7faa97612d15def98dd68ea2557cd.tar.bz2 wix-6155da0bc9e7faa97612d15def98dd68ea2557cd.zip | |
Small tuple based fixes
Diffstat (limited to 'src/test/WixToolsetTest.CoreIntegration/MsiQueryFixture.cs')
| -rw-r--r-- | src/test/WixToolsetTest.CoreIntegration/MsiQueryFixture.cs | 6 |
1 files changed, 3 insertions, 3 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"); |
