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 9ecd626aff129c5df81305c61e7cc3b3255e201a..41a150d2d4756f27977ed7d94e4f05f59b5f5d72 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 29a0568d86d55d0dd909a1ee2349ba02757d0bcc..f9f0c7588ff5c7f4631511f440eeb96a5701916a 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);
        }
 }