From: jusung Date: Thu, 23 Dec 2021 05:14:23 +0000 (+0900) Subject: [EventManager][Non-ACR] Initialize flag variable X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=1621c037dcb6d61cb773c703c527f00e8edd2093;p=test%2Ftct%2Fcsharp%2Fapi.git [EventManager][Non-ACR] Initialize flag variable Change-Id: I78724681d8e4c3ebb8b8c2ddc1bfd1ab844d13bc Signed-off-by: jusung (cherry picked from commit b4d9f30bc70a331f284f31d2e92aeaf64b4771dc) --- diff --git a/tct-suite-vs/Tizen.Applications.EventManager.Tests/testcase/TSEventManager.ApplicationEventManager.cs b/tct-suite-vs/Tizen.Applications.EventManager.Tests/testcase/TSEventManager.ApplicationEventManager.cs index bd16526..c565f2a 100755 --- a/tct-suite-vs/Tizen.Applications.EventManager.Tests/testcase/TSEventManager.ApplicationEventManager.cs +++ b/tct-suite-vs/Tizen.Applications.EventManager.Tests/testcase/TSEventManager.ApplicationEventManager.cs @@ -104,6 +104,7 @@ namespace Tizen.Applications.EventManager.Tests /* TEST CODE */ _eventFlag = false; + _flag = false; AppControl myAppControl = new Tizen.Applications.AppControl(true); Assert.IsNotNull(myAppControl, "Object should not be null after initializing"); @@ -177,6 +178,7 @@ namespace Tizen.Applications.EventManager.Tests /* TEST CODE */ _eventFlag = false; + _flag = false; AppControl myAppControl = new Tizen.Applications.AppControl(true); Assert.IsNotNull(myAppControl, "Object should not be null after initializing");