diff options
author | Sean Hall <r.sean.hall@gmail.com> | 2021-03-11 20:57:52 -0600 |
---|---|---|
committer | Sean Hall <r.sean.hall@gmail.com> | 2021-03-11 21:17:20 -0600 |
commit | 7cc4271c9d78ed60e354f585d03b612a9efb7cf3 (patch) | |
tree | d4694d54b757093093223fb8291933713585ab8b /src/TestBA | |
parent | 81908a5ec1647d76b45f50e4a18c37e1544818be (diff) | |
download | wix-7cc4271c9d78ed60e354f585d03b612a9efb7cf3.tar.gz wix-7cc4271c9d78ed60e354f585d03b612a9efb7cf3.tar.bz2 wix-7cc4271c9d78ed60e354f585d03b612a9efb7cf3.zip |
Add tests to verify #4991 and #5702.
Diffstat (limited to 'src/TestBA')
-rw-r--r-- | src/TestBA/TestBA.cs | 5 | ||||
-rw-r--r-- | src/TestBA/TestBA.csproj | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/src/TestBA/TestBA.cs b/src/TestBA/TestBA.cs index 12e027b2..f86a5807 100644 --- a/src/TestBA/TestBA.cs +++ b/src/TestBA/TestBA.cs | |||
@@ -236,6 +236,11 @@ namespace WixToolset.Test.BA | |||
236 | } | 236 | } |
237 | } | 237 | } |
238 | 238 | ||
239 | protected override void OnDetectRelatedBundle(DetectRelatedBundleEventArgs args) | ||
240 | { | ||
241 | this.Log("OnDetectRelatedBundle() - id: {0}, missing from cache: {1}", args.ProductCode, args.MissingFromCache); | ||
242 | } | ||
243 | |||
239 | protected override void OnElevateBegin(ElevateBeginEventArgs args) | 244 | protected override void OnElevateBegin(ElevateBeginEventArgs args) |
240 | { | 245 | { |
241 | if (this.explicitlyElevateAndPlanFromOnElevateBegin) | 246 | if (this.explicitlyElevateAndPlanFromOnElevateBegin) |
diff --git a/src/TestBA/TestBA.csproj b/src/TestBA/TestBA.csproj index 7196ba1b..72136230 100644 --- a/src/TestBA/TestBA.csproj +++ b/src/TestBA/TestBA.csproj | |||
@@ -19,6 +19,6 @@ | |||
19 | </ItemGroup> | 19 | </ItemGroup> |
20 | 20 | ||
21 | <ItemGroup> | 21 | <ItemGroup> |
22 | <PackageReference Include="WixToolset.Mba.Core" Version="4.0.51" /> | 22 | <PackageReference Include="WixToolset.Mba.Core" Version="4.0.52" /> |
23 | </ItemGroup> | 23 | </ItemGroup> |
24 | </Project> \ No newline at end of file | 24 | </Project> \ No newline at end of file |