diff options
author | Sean Hall <r.sean.hall@gmail.com> | 2021-02-06 17:31:12 -0600 |
---|---|---|
committer | Sean Hall <r.sean.hall@gmail.com> | 2021-02-06 17:45:55 -0600 |
commit | be8d724f4becb78743644d393ae626b3736dd5b3 (patch) | |
tree | a614505e194c29882cc4b5cd1283925a285a1d87 /src/WixToolsetTest.BurnE2E/TestBAController.cs | |
parent | 787834ee4e3a4b5d084247b799e27a3e7968f50d (diff) | |
download | wix-be8d724f4becb78743644d393ae626b3736dd5b3.tar.gz wix-be8d724f4becb78743644d393ae626b3736dd5b3.tar.bz2 wix-be8d724f4becb78743644d393ae626b3736dd5b3.zip |
Testing for #6297.
Diffstat (limited to '')
-rw-r--r-- | src/WixToolsetTest.BurnE2E/TestBAController.cs | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/WixToolsetTest.BurnE2E/TestBAController.cs b/src/WixToolsetTest.BurnE2E/TestBAController.cs index 54a81b46..91d1b817 100644 --- a/src/WixToolsetTest.BurnE2E/TestBAController.cs +++ b/src/WixToolsetTest.BurnE2E/TestBAController.cs | |||
@@ -40,6 +40,16 @@ namespace WixToolsetTest.BurnE2E | |||
40 | } | 40 | } |
41 | } | 41 | } |
42 | 42 | ||
43 | public void SetImmediatelyQuit(string value = "true") | ||
44 | { | ||
45 | this.SetBurnTestValue("ImmediatelyQuit", value); | ||
46 | } | ||
47 | |||
48 | public void SetQuitAfterDetect(string value = "true") | ||
49 | { | ||
50 | this.SetBurnTestValue("QuitAfterDetect", value); | ||
51 | } | ||
52 | |||
43 | /// <summary> | 53 | /// <summary> |
44 | /// Slows the cache progress of a package. | 54 | /// Slows the cache progress of a package. |
45 | /// </summary> | 55 | /// </summary> |