[IoTConnectivityClient][Non-ACR] Remove the callback param in AppControl API calling 28/214828/1
authorDoHyun Pyun <dh79.pyun@samsung.com>
Fri, 27 Sep 2019 01:37:18 +0000 (10:37 +0900)
committerDoHyun Pyun <dh79.pyun@samsung.com>
Fri, 27 Sep 2019 01:37:18 +0000 (10:37 +0900)
Change-Id: I9839a9af5a2b7c20364712cec61dc5c1d9235c91
Signed-off-by: DoHyun Pyun <dh79.pyun@samsung.com>
tct-suite-vs/Tizen.IoTConnectivityClient.Tests/testcase/support/TestHelper.cs [changed mode: 0755->0644]

old mode 100755 (executable)
new mode 100644 (file)
index a5912b0..289fb5c
@@ -134,7 +134,7 @@ namespace Tizen.IoTConnectivityClient.Tests
             _appControl.ApplicationId = _serverAppId;
             _appControl.ExtraData.Add("mode", mode);
 
-            AppControl.SendLaunchRequest(_appControl, null);
+            AppControl.SendLaunchRequest(_appControl);
             await Task.Delay(1000);
 
             Log.Info(LOGTAG, "<<<<<<<< ended : " + mode);