diff --git a/Tests/EventTests.prg b/Tests/EventTests.prg index 1f980e2..6034168 100644 --- a/Tests/EventTests.prg +++ b/Tests/EventTests.prg @@ -26,7 +26,7 @@ loFw.EnableRaisingEvents = .T. lcFile = lcDir + "\wwDotNetBridge.EventTest.txt" STRTOFILE("DDD",lcFile) STRTOFILE("FFF",lcFile) -loLoopbackEventSubscription.Unsubscribe() +loFwSubscription.Unsubscribe() RETURN