aboutsummaryrefslogtreecommitdiff
path: root/src/test/burn/WixToolsetTest.BurnE2E/Utilities/TestBAController.cs
diff options
context:
space:
mode:
authorBob Arnson <bob@firegiant.com>2025-04-04 19:19:56 -0400
committerBob Arnson <github@bobs.org>2025-04-04 20:10:19 -0400
commit717ac8183b04da445b751865deb40330e5da87c3 (patch)
treeee4a67d33053b01396b9fa21474a0151d4d38d70 /src/test/burn/WixToolsetTest.BurnE2E/Utilities/TestBAController.cs
parent90b1d345326fd05e701c82fa874590aeb6d1ee93 (diff)
downloadwix-717ac8183b04da445b751865deb40330e5da87c3.tar.gz
wix-717ac8183b04da445b751865deb40330e5da87c3.tar.bz2
wix-717ac8183b04da445b751865deb40330e5da87c3.zip
Sync IEngine.SetUpdateSource with native side.
Fixes https://github.com/wixtoolset/issues/issues/9023
Diffstat (limited to '')
-rw-r--r--src/test/burn/WixToolsetTest.BurnE2E/Utilities/TestBAController.cs5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/test/burn/WixToolsetTest.BurnE2E/Utilities/TestBAController.cs b/src/test/burn/WixToolsetTest.BurnE2E/Utilities/TestBAController.cs
index ca395f56..c344ebce 100644
--- a/src/test/burn/WixToolsetTest.BurnE2E/Utilities/TestBAController.cs
+++ b/src/test/burn/WixToolsetTest.BurnE2E/Utilities/TestBAController.cs
@@ -67,6 +67,11 @@ namespace WixToolsetTest.BurnE2E
67 this.SetBurnTestValue("QuitAfterDetect", value); 67 this.SetBurnTestValue("QuitAfterDetect", value);
68 } 68 }
69 69
70 public void SetForceUpdateSource(string url)
71 {
72 this.SetBurnTestValue("ForceUpdateSource", url);
73 }
74
70 /// <summary> 75 /// <summary>
71 /// Slows the cache progress of a package. 76 /// Slows the cache progress of a package.
72 /// </summary> 77 /// </summary>