diff options
author | Rob Mensching <rob@firegiant.com> | 2019-10-07 14:20:11 -0700 |
---|---|---|
committer | Rob Mensching <rob@firegiant.com> | 2019-10-07 21:44:46 -0700 |
commit | 3a2c3c799eead15c26f5d65d16e6e01b4a0e8c64 (patch) | |
tree | deadf39b60bcf8591fd4a71fb59dfe3a7169e28a /src/test | |
parent | d3b12de2f22eb552e073f0c949833a7ef4d4f13c (diff) | |
download | wix-3a2c3c799eead15c26f5d65d16e6e01b4a0e8c64.tar.gz wix-3a2c3c799eead15c26f5d65d16e6e01b4a0e8c64.tar.bz2 wix-3a2c3c799eead15c26f5d65d16e6e01b4a0e8c64.zip |
Fix Feature parent
Diffstat (limited to 'src/test')
-rw-r--r-- | src/test/WixToolsetTest.CoreIntegration/MsiQueryFixture.cs | 4 |
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"); |