From bd3ee565f342bc0bb015594f303d13b67285a958 Mon Sep 17 00:00:00 2001 From: Sean Hall Date: Thu, 23 Apr 2020 12:17:32 +1000 Subject: Update ManagedHost tests to run off of a bundle. --- src/test/examples/FullFramework4MBA/FullFramework4BA.cs | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'src/test/examples/FullFramework4MBA/FullFramework4BA.cs') diff --git a/src/test/examples/FullFramework4MBA/FullFramework4BA.cs b/src/test/examples/FullFramework4MBA/FullFramework4BA.cs index 556a61a7..8ee3bd19 100644 --- a/src/test/examples/FullFramework4MBA/FullFramework4BA.cs +++ b/src/test/examples/FullFramework4MBA/FullFramework4BA.cs @@ -16,6 +16,13 @@ namespace Example.FullFramework4MBA { } + protected override void OnStartup(StartupEventArgs args) + { + base.OnStartup(args); + + this.engine.Log(LogLevel.Standard, nameof(FullFramework4BA)); + } + protected override void OnShutdown(ShutdownEventArgs args) { base.OnShutdown(args); -- cgit v1.2.3-55-g6feb