aboutsummaryrefslogtreecommitdiff
path: root/src/TestBA/TestBA.cs
diff options
context:
space:
mode:
Diffstat (limited to 'src/TestBA/TestBA.cs')
-rw-r--r--src/TestBA/TestBA.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/TestBA/TestBA.cs b/src/TestBA/TestBA.cs
index b9f869a6..12e027b2 100644
--- a/src/TestBA/TestBA.cs
+++ b/src/TestBA/TestBA.cs
@@ -257,7 +257,7 @@ namespace WixToolset.Test.BA
257 } 257 }
258 } 258 }
259 259
260 protected override void OnPlanTargetMsiPackage(PlanTargetMsiPackageEventArgs args) 260 protected override void OnPlanPatchTarget(PlanPatchTargetEventArgs args)
261 { 261 {
262 RequestState state; 262 RequestState state;
263 string action = this.ReadPackageAction(args.PackageId, "Requested"); 263 string action = this.ReadPackageAction(args.PackageId, "Requested");