diff options
| author | Rob Mensching <rob@firegiant.com> | 2019-10-07 14:41:32 -0700 |
|---|---|---|
| committer | Rob Mensching <rob@firegiant.com> | 2019-10-07 21:44:46 -0700 |
| commit | 32ac87b2bf1a3a5bddb0630b65e52d117e5e2323 (patch) | |
| tree | 50116877f9e49cb7cf2d6a449f1c43a2c15bee4f /src/test/WixToolsetTest.CoreIntegration/MsiQueryFixture.cs | |
| parent | 59a8dadcee33343dd724e4e048f0a471f314452f (diff) | |
| download | wix-32ac87b2bf1a3a5bddb0630b65e52d117e5e2323.tar.gz wix-32ac87b2bf1a3a5bddb0630b65e52d117e5e2323.tar.bz2 wix-32ac87b2bf1a3a5bddb0630b65e52d117e5e2323.zip | |
Fix ServiceInstall test
Diffstat (limited to 'src/test/WixToolsetTest.CoreIntegration/MsiQueryFixture.cs')
| -rw-r--r-- | src/test/WixToolsetTest.CoreIntegration/MsiQueryFixture.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/WixToolsetTest.CoreIntegration/MsiQueryFixture.cs b/src/test/WixToolsetTest.CoreIntegration/MsiQueryFixture.cs index 1ab51714..cb798777 100644 --- a/src/test/WixToolsetTest.CoreIntegration/MsiQueryFixture.cs +++ b/src/test/WixToolsetTest.CoreIntegration/MsiQueryFixture.cs | |||
| @@ -513,7 +513,7 @@ namespace WixToolsetTest.CoreIntegration | |||
| 513 | } | 513 | } |
| 514 | } | 514 | } |
| 515 | 515 | ||
| 516 | [Fact(Skip = "Test demonstrates failure")] | 516 | [Fact] |
| 517 | public void PopulatesServiceInstallTable() | 517 | public void PopulatesServiceInstallTable() |
| 518 | { | 518 | { |
| 519 | var folder = TestData.Get(@"TestData"); | 519 | var folder = TestData.Get(@"TestData"); |
