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 | |
parent | 7d699fdbbe8a15c72b69f633ac9799fb757e2acc (diff) | |
download | wix-6155da0bc9e7faa97612d15def98dd68ea2557cd.tar.gz wix-6155da0bc9e7faa97612d15def98dd68ea2557cd.tar.bz2 wix-6155da0bc9e7faa97612d15def98dd68ea2557cd.zip |
Small tuple based fixes
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"); |