[ITC][iotcon][NON-ACR][Add check feature]
authorJooseok Park <jooseok.park@samsung.com>
Tue, 31 Jan 2017 04:11:29 +0000 (13:11 +0900)
committerJooseok Park <jooseok.park@samsung.com>
Tue, 31 Jan 2017 04:11:54 +0000 (13:11 +0900)
Change-Id: I1c4d17d2376ebd0fea065d14e4f60b0f99f8e5fe

src/itc/iotcon/ITs-iotcon-observers.c
src/itc/iotcon/ITs-iotcon-remote-resource.c

index 6a2f31f97a9f417efd9b77c0bcb9d3f1e6263c9b..28fec927bc394c8df0a25ae1a4a0172dd6ca1a0e 100644 (file)
@@ -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));
 
index 2634e0d5be4c88b7ddd48998dfdc07fe25fe9363..c062741990cafc62efd4b66b1f6c938370388fc0 100644 (file)
@@ -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;