aboutsummaryrefslogtreecommitdiff
path: root/src/test
diff options
context:
space:
mode:
Diffstat (limited to 'src/test')
-rw-r--r--src/test/WixToolsetTest.CoreIntegration/DecompileFixture.cs2
-rw-r--r--src/test/WixToolsetTest.CoreIntegration/MsiQueryFixture.cs2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/test/WixToolsetTest.CoreIntegration/DecompileFixture.cs b/src/test/WixToolsetTest.CoreIntegration/DecompileFixture.cs
index 71ddef8f..5765cdfa 100644
--- a/src/test/WixToolsetTest.CoreIntegration/DecompileFixture.cs
+++ b/src/test/WixToolsetTest.CoreIntegration/DecompileFixture.cs
@@ -125,7 +125,7 @@ namespace WixToolsetTest.CoreIntegration
125 } 125 }
126 } 126 }
127 127
128 [Fact(Skip = "Test demonstrates failure")] 128 [Fact]
129 public void CanDecompileSequenceTables() 129 public void CanDecompileSequenceTables()
130 { 130 {
131 var folder = TestData.Get(@"TestData\SequenceTables"); 131 var folder = TestData.Get(@"TestData\SequenceTables");
diff --git a/src/test/WixToolsetTest.CoreIntegration/MsiQueryFixture.cs b/src/test/WixToolsetTest.CoreIntegration/MsiQueryFixture.cs
index 068ae2b7..5a78bbc2 100644
--- a/src/test/WixToolsetTest.CoreIntegration/MsiQueryFixture.cs
+++ b/src/test/WixToolsetTest.CoreIntegration/MsiQueryFixture.cs
@@ -252,7 +252,7 @@ namespace WixToolsetTest.CoreIntegration
252 } 252 }
253 } 253 }
254 254
255 [Fact(Skip = "Test demonstrates failure")] 255 [Fact]
256 public void PopulatesCustomActionTable() 256 public void PopulatesCustomActionTable()
257 { 257 {
258 var folder = TestData.Get(@"TestData"); 258 var folder = TestData.Get(@"TestData");