Not display error message on terminated callback
authorCheoleun Moon <chleun.moon@samsung.com>
Thu, 9 Apr 2020 09:15:00 +0000 (18:15 +0900)
committerCheoleun Moon <chleun.moon@samsung.com>
Thu, 9 Apr 2020 09:15:00 +0000 (18:15 +0900)
test/wifi-aware-publish-test.c
test/wifi-aware-subscribe-test.c

index 9ecd626..41a150d 100644 (file)
@@ -283,7 +283,6 @@ static void __data_path_terminated_cb(wifi_aware_data_path_h data_path,
        if (data_path != NULL) {
                wifi_aware_data_path_unset_terminated_cb(data_path);
                wifi_aware_data_path_destroy(data_path);
-               __test_finish(0);
        }
 }
 
index 29a0568..f9f0c75 100644 (file)
@@ -306,7 +306,6 @@ static void __data_path_terminated_cb(wifi_aware_data_path_h data_path,
        if (data_path != NULL) {
                wifi_aware_data_path_unset_terminated_cb(data_path);
                wifi_aware_data_path_destroy(data_path);
-               __test_finish(0);
        }
 }