aboutsummaryrefslogtreecommitdiff
path: root/src/test/WixToolsetTest.CoreIntegration/MsiQueryFixture.cs
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/WixToolsetTest.CoreIntegration/MsiQueryFixture.cs')
-rw-r--r--src/test/WixToolsetTest.CoreIntegration/MsiQueryFixture.cs6
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");