diff options
author | Sean Hall <r.sean.hall@gmail.com> | 2019-11-25 16:03:38 +1000 |
---|---|---|
committer | Sean Hall <r.sean.hall@gmail.com> | 2019-11-25 18:06:33 +1000 |
commit | 9d9bb59efb71068f978dce42c95b4f0a472bb31e (patch) | |
tree | 88307f599da5e49d968dd1364ba5e036af3744b8 /src/test | |
parent | c41ab103681b6bfdfc4c51333bca133482207abb (diff) | |
download | wix-9d9bb59efb71068f978dce42c95b4f0a472bb31e.tar.gz wix-9d9bb59efb71068f978dce42c95b4f0a472bb31e.tar.bz2 wix-9d9bb59efb71068f978dce42c95b4f0a472bb31e.zip |
Finish renaming SequenceTable.AdvertiseExecuteSequence.
Diffstat (limited to 'src/test')
-rw-r--r-- | src/test/WixToolsetTest.CoreIntegration/DecompileFixture.cs | 2 | ||||
-rw-r--r-- | src/test/WixToolsetTest.CoreIntegration/MsiQueryFixture.cs | 2 |
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"); |