diff options
Diffstat (limited to 'src/test/burn/WixToolsetTest.BurnE2E/Utilities/TestBAController.cs')
| -rw-r--r-- | src/test/burn/WixToolsetTest.BurnE2E/Utilities/TestBAController.cs | 5 |
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 c344ebce..872e6954 100644 --- a/src/test/burn/WixToolsetTest.BurnE2E/Utilities/TestBAController.cs +++ b/src/test/burn/WixToolsetTest.BurnE2E/Utilities/TestBAController.cs | |||
| @@ -72,6 +72,11 @@ namespace WixToolsetTest.BurnE2E | |||
| 72 | this.SetBurnTestValue("ForceUpdateSource", url); | 72 | this.SetBurnTestValue("ForceUpdateSource", url); |
| 73 | } | 73 | } |
| 74 | 74 | ||
| 75 | public void SetBundleScope(BundleScope scope) | ||
| 76 | { | ||
| 77 | this.SetBurnTestValue("BundleScope", scope.ToString()); | ||
| 78 | } | ||
| 79 | |||
| 75 | /// <summary> | 80 | /// <summary> |
| 76 | /// Slows the cache progress of a package. | 81 | /// Slows the cache progress of a package. |
| 77 | /// </summary> | 82 | /// </summary> |
