diff options
author | Rob Mensching <rob@firegiant.com> | 2021-04-19 12:49:52 -0700 |
---|---|---|
committer | Rob Mensching <rob@firegiant.com> | 2021-04-19 16:01:11 -0700 |
commit | c76db43a5ce1da70a980dc5651141c2a6cd94f6b (patch) | |
tree | bfb53c18f063c6046e0920a4cf2f53cec843f717 /src/test | |
parent | 930b0ca136824d7f4917482fe7a7a577d28f6903 (diff) | |
download | wix-c76db43a5ce1da70a980dc5651141c2a6cd94f6b.tar.gz wix-c76db43a5ce1da70a980dc5651141c2a6cd94f6b.tar.bz2 wix-c76db43a5ce1da70a980dc5651141c2a6cd94f6b.zip |
Resolve container and payload DownloadUrls
Fixes wixtoolset/issues#6405
Diffstat (limited to 'src/test')
-rw-r--r-- | src/test/WixToolsetTest.CoreIntegration/PayloadFixture.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/WixToolsetTest.CoreIntegration/PayloadFixture.cs b/src/test/WixToolsetTest.CoreIntegration/PayloadFixture.cs index 9bd33eac..e9e59b9e 100644 --- a/src/test/WixToolsetTest.CoreIntegration/PayloadFixture.cs +++ b/src/test/WixToolsetTest.CoreIntegration/PayloadFixture.cs | |||
@@ -143,7 +143,7 @@ namespace WixToolsetTest.CoreIntegration | |||
143 | } | 143 | } |
144 | } | 144 | } |
145 | 145 | ||
146 | [Fact(Skip = "Test demonstrates failure")] | 146 | [Fact] |
147 | public void ReplacesDownloadUrlPlaceholders() | 147 | public void ReplacesDownloadUrlPlaceholders() |
148 | { | 148 | { |
149 | var folder = TestData.Get(@"TestData"); | 149 | var folder = TestData.Get(@"TestData"); |