aboutsummaryrefslogtreecommitdiff
path: root/src/test
diff options
context:
space:
mode:
Diffstat (limited to 'src/test')
-rw-r--r--src/test/WixToolsetTest.CoreIntegration/MsiQueryFixture.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/test/WixToolsetTest.CoreIntegration/MsiQueryFixture.cs b/src/test/WixToolsetTest.CoreIntegration/MsiQueryFixture.cs
index 6ff4e237..c391abac 100644
--- a/src/test/WixToolsetTest.CoreIntegration/MsiQueryFixture.cs
+++ b/src/test/WixToolsetTest.CoreIntegration/MsiQueryFixture.cs
@@ -217,7 +217,7 @@ namespace WixToolsetTest.CoreIntegration
217 } 217 }
218 } 218 }
219 219
220 [Fact(Skip = "Test demonstrates failure")] 220 [Fact]
221 public void PopulatesDirectoryTableWithValidDefaultDir() 221 public void PopulatesDirectoryTableWithValidDefaultDir()
222 { 222 {
223 var folder = TestData.Get(@"TestData"); 223 var folder = TestData.Get(@"TestData");
@@ -259,7 +259,7 @@ namespace WixToolsetTest.CoreIntegration
259 } 259 }
260 } 260 }
261 261
262 [Fact(Skip = "Test demonstrates failure")] 262 [Fact]
263 public void PopulatesFeatureTableWithParent() 263 public void PopulatesFeatureTableWithParent()
264 { 264 {
265 var folder = TestData.Get(@"TestData"); 265 var folder = TestData.Get(@"TestData");