[Applications.Tests][Non-ACR][Fix a TC bug] 92/180392/2 public_m1_final
authorHwankyu Jhun <h.jhun@samsung.com>
Tue, 29 May 2018 05:36:58 +0000 (14:36 +0900)
committerHwankyu Jhun <h.jhun@samsung.com>
Tue, 29 May 2018 05:39:22 +0000 (14:39 +0900)
Change-Id: If7769d7306b8c46bf955fa92ec91ba34beebf5fd
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
tct-suite-vs/Tizen.Applications.Tests/testcase/TSApplicationManager.cs [changed mode: 0755->0644]

old mode 100755 (executable)
new mode 100644 (file)
index 1c25dd9..2f7bec1
@@ -236,10 +236,12 @@ namespace Tizen.Applications.Tests
 
         public static void Eventlaunched(object sender, ApplicationLaunchedEventArgs Args)
         {
-            _argAppId = Args.ApplicationRunningContext.ApplicationId;
-            _processId = Args.ApplicationRunningContext.ProcessId;
-            if (string.Equals(Args.ApplicationRunningContext.ApplicationId, AppId))
-                _isLaunched = true;
+            if (string.Equals(Args.ApplicationRunningContext.ApplicationId, AppId))\r
+            {\r
+                _argAppId = Args.ApplicationRunningContext.ApplicationId;\r
+                _processId = Args.ApplicationRunningContext.ProcessId;
+                _isLaunched = true;\r
+            }
         }
 
         [Test]