diff options
Diffstat (limited to 'src/test/WixToolsetTest.CoreIntegration/MsiQueryFixture.cs')
-rw-r--r-- | src/test/WixToolsetTest.CoreIntegration/MsiQueryFixture.cs | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/test/WixToolsetTest.CoreIntegration/MsiQueryFixture.cs b/src/test/WixToolsetTest.CoreIntegration/MsiQueryFixture.cs index e2a672b7..d31c9ee8 100644 --- a/src/test/WixToolsetTest.CoreIntegration/MsiQueryFixture.cs +++ b/src/test/WixToolsetTest.CoreIntegration/MsiQueryFixture.cs | |||
@@ -181,7 +181,7 @@ namespace WixToolsetTest.CoreIntegration | |||
181 | } | 181 | } |
182 | } | 182 | } |
183 | 183 | ||
184 | [Fact(Skip = "Test demonstrates failure")] | 184 | [Fact] |
185 | public void PopulatesClassTablesWhenProgIdIsNestedUnderAdvertisedClass() | 185 | public void PopulatesClassTablesWhenProgIdIsNestedUnderAdvertisedClass() |
186 | { | 186 | { |
187 | var folder = TestData.Get(@"TestData"); | 187 | var folder = TestData.Get(@"TestData"); |
@@ -396,7 +396,7 @@ namespace WixToolsetTest.CoreIntegration | |||
396 | } | 396 | } |
397 | } | 397 | } |
398 | 398 | ||
399 | [Fact(Skip = "Test demonstrates failure")] | 399 | [Fact] |
400 | public void PopulatesInstallExecuteSequenceTable() | 400 | public void PopulatesInstallExecuteSequenceTable() |
401 | { | 401 | { |
402 | var folder = TestData.Get(@"TestData"); | 402 | var folder = TestData.Get(@"TestData"); |
@@ -516,7 +516,7 @@ namespace WixToolsetTest.CoreIntegration | |||
516 | } | 516 | } |
517 | } | 517 | } |
518 | 518 | ||
519 | [Fact(Skip = "Test demonstrates failure")] | 519 | [Fact] |
520 | public void PopulatesMsiShortcutPropertyTable() | 520 | public void PopulatesMsiShortcutPropertyTable() |
521 | { | 521 | { |
522 | var folder = TestData.Get(@"TestData"); | 522 | var folder = TestData.Get(@"TestData"); |
@@ -549,7 +549,7 @@ namespace WixToolsetTest.CoreIntegration | |||
549 | } | 549 | } |
550 | } | 550 | } |
551 | 551 | ||
552 | [Fact(Skip = "Test demonstrates failure")] | 552 | [Fact] |
553 | public void PopulatesRegistryTableFromRegistryValue() | 553 | public void PopulatesRegistryTableFromRegistryValue() |
554 | { | 554 | { |
555 | var folder = TestData.Get(@"TestData"); | 555 | var folder = TestData.Get(@"TestData"); |