diff options
| author | Rob Mensching <rob@firegiant.com> | 2021-03-25 22:03:40 -0700 |
|---|---|---|
| committer | Rob Mensching <rob@firegiant.com> | 2021-03-25 22:08:36 -0700 |
| commit | f4242573301899109186cdff6694a289ee27d794 (patch) | |
| tree | 826cf3f244efad344d9bd0202f38fd826ed8701a /src/test/WixToolsetTest.CoreIntegration | |
| parent | 3dc92067f57e3803d4e1bac6d055e2a23f797414 (diff) | |
| download | wix-f4242573301899109186cdff6694a289ee27d794.tar.gz wix-f4242573301899109186cdff6694a289ee27d794.tar.bz2 wix-f4242573301899109186cdff6694a289ee27d794.zip | |
Re-resolve binary .wixlibs with defaulted embedded files
Fixes wixtoolset/issues#6376
Diffstat (limited to 'src/test/WixToolsetTest.CoreIntegration')
| -rw-r--r-- | src/test/WixToolsetTest.CoreIntegration/WixlibFixture.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/WixToolsetTest.CoreIntegration/WixlibFixture.cs b/src/test/WixToolsetTest.CoreIntegration/WixlibFixture.cs index 52460843..d7296cfe 100644 --- a/src/test/WixToolsetTest.CoreIntegration/WixlibFixture.cs +++ b/src/test/WixToolsetTest.CoreIntegration/WixlibFixture.cs | |||
| @@ -144,7 +144,7 @@ namespace WixToolsetTest.CoreIntegration | |||
| 144 | } | 144 | } |
| 145 | } | 145 | } |
| 146 | 146 | ||
| 147 | [Fact(Skip = "https://github.com/wixtoolset/issues/issues/6376")] | 147 | [Fact] |
| 148 | public void CanOverridePathWixVariable() | 148 | public void CanOverridePathWixVariable() |
| 149 | { | 149 | { |
| 150 | var folder = TestData.Get(@"TestData\WixVariableOverride"); | 150 | var folder = TestData.Get(@"TestData\WixVariableOverride"); |
