diff options
author | Rob Mensching <rob@firegiant.com> | 2019-10-07 15:48:39 -0700 |
---|---|---|
committer | Rob Mensching <rob@firegiant.com> | 2019-10-07 21:44:46 -0700 |
commit | 17c717d302fd8c6ecc89e5611377bafcdd733f43 (patch) | |
tree | 4b9e21db3fb35d6070cd56a7d7ca652af7040acb /src/test | |
parent | 5edc560ee89bc8c7522c867aea2cc4aa42b63c2c (diff) | |
download | wix-17c717d302fd8c6ecc89e5611377bafcdd733f43.tar.gz wix-17c717d302fd8c6ecc89e5611377bafcdd733f43.tar.bz2 wix-17c717d302fd8c6ecc89e5611377bafcdd733f43.zip |
Fix reserve cost
Diffstat (limited to 'src/test')
-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 3218c5ac..724126bb 100644 --- a/src/test/WixToolsetTest.CoreIntegration/MsiQueryFixture.cs +++ b/src/test/WixToolsetTest.CoreIntegration/MsiQueryFixture.cs | |||
@@ -480,7 +480,7 @@ namespace WixToolsetTest.CoreIntegration | |||
480 | } | 480 | } |
481 | } | 481 | } |
482 | 482 | ||
483 | [Fact(Skip = "Test demonstrates failure")] | 483 | [Fact] |
484 | public void PopulatesReserveCostTable() | 484 | public void PopulatesReserveCostTable() |
485 | { | 485 | { |
486 | var folder = TestData.Get(@"TestData"); | 486 | var folder = TestData.Get(@"TestData"); |