diff options
Diffstat (limited to 'src/test/WixToolsetTest.CoreIntegration/MsiQueryFixture.cs')
-rw-r--r-- | src/test/WixToolsetTest.CoreIntegration/MsiQueryFixture.cs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/test/WixToolsetTest.CoreIntegration/MsiQueryFixture.cs b/src/test/WixToolsetTest.CoreIntegration/MsiQueryFixture.cs index 48d16ac1..83f53aca 100644 --- a/src/test/WixToolsetTest.CoreIntegration/MsiQueryFixture.cs +++ b/src/test/WixToolsetTest.CoreIntegration/MsiQueryFixture.cs | |||
@@ -384,7 +384,7 @@ namespace WixToolsetTest.CoreIntegration | |||
384 | } | 384 | } |
385 | } | 385 | } |
386 | 386 | ||
387 | [Fact] | 387 | [Fact(Skip = "Test demonstrates failure")] |
388 | public void PopulatesDirectoryTableWithValidDefaultDir() | 388 | public void PopulatesDirectoryTableWithValidDefaultDir() |
389 | { | 389 | { |
390 | var folder = TestData.Get(@"TestData"); | 390 | var folder = TestData.Get(@"TestData"); |
@@ -411,6 +411,7 @@ namespace WixToolsetTest.CoreIntegration | |||
411 | var results = Query.QueryDatabase(msiPath, new[] { "Directory" }); | 411 | var results = Query.QueryDatabase(msiPath, new[] { "Directory" }); |
412 | Assert.Equal(new[] | 412 | Assert.Equal(new[] |
413 | { | 413 | { |
414 | "Directory:DUPLICATENAMEANDSHORTNAME\tINSTALLFOLDER\tduplicat", | ||
414 | "Directory:INSTALLFOLDER\tProgramFilesFolder\toekcr5lq|MsiPackage", | 415 | "Directory:INSTALLFOLDER\tProgramFilesFolder\toekcr5lq|MsiPackage", |
415 | "Directory:NAMEANDSHORTNAME\tINSTALLFOLDER\tSHORTNAM|NameAndShortName", | 416 | "Directory:NAMEANDSHORTNAME\tINSTALLFOLDER\tSHORTNAM|NameAndShortName", |
416 | "Directory:NAMEANDSHORTSOURCENAME\tINSTALLFOLDER\tNAMEASSN|NameAndShortSourceName", | 417 | "Directory:NAMEANDSHORTSOURCENAME\tINSTALLFOLDER\tNAMEASSN|NameAndShortSourceName", |