From: Jooseok Park Date: Tue, 31 Jan 2017 04:11:29 +0000 (+0900) Subject: [ITC][iotcon][NON-ACR][Add check feature] X-Git-Tag: 4.0_Bringup~77 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=3bff1f34b90a335f8a9aed268b024ce8643c9c9e;p=test%2Ftct%2Fnative%2Fapi.git [ITC][iotcon][NON-ACR][Add check feature] Change-Id: I1c4d17d2376ebd0fea065d14e4f60b0f99f8e5fe --- diff --git a/src/itc/iotcon/ITs-iotcon-observers.c b/src/itc/iotcon/ITs-iotcon-observers.c index 6a2f31f97..28fec927b 100644 --- a/src/itc/iotcon/ITs-iotcon-observers.c +++ b/src/itc/iotcon/ITs-iotcon-observers.c @@ -165,6 +165,7 @@ int ITc_iotcon_observers_create_destroy_p(void) */ int ITc_iotcon_observers_add_remove_p(void) { + START_TEST; int nRet = iotcon_observers_add(g_hIotconObservers, 1); PRINT_RESULT(IOTCON_ERROR_NONE, nRet, "iotcon_observers_add", IotConGetError(nRet)); diff --git a/src/itc/iotcon/ITs-iotcon-remote-resource.c b/src/itc/iotcon/ITs-iotcon-remote-resource.c index 2634e0d5b..c06274199 100644 --- a/src/itc/iotcon/ITs-iotcon-remote-resource.c +++ b/src/itc/iotcon/ITs-iotcon-remote-resource.c @@ -1989,6 +1989,7 @@ int ITc_iotcon_remote_resource_set_get_checking_interval_p(void) */ int ITc_remote_resource_get_device_name_p(void) { + START_TEST; char *pszDeviceName =NULL; int nIotconTimeoutId = 0;