From: Jaehyun Kim Date: Thu, 10 Oct 2019 05:58:32 +0000 (+0000) Subject: Merge "Remove DEPRECATED connection_set_ethernet_cable_state_chaged_cb() call" into... X-Git-Tag: accepted/tizen/5.5/unified/20191031.030104 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Ftags%2Faccepted%2Ftizen%2F5.5%2Funified%2F20191031.030104;p=platform%2Fcore%2Fapi%2Fconnection.git Merge "Remove DEPRECATED connection_set_ethernet_cable_state_chaged_cb() call" into tizen --- 31e3348c2e6e157f9e563ab7901362acf6a5cace diff --cc test/connection_test.c index de1f5cb,5ea1d4e..7236b33 --- a/test/connection_test.c +++ b/test/connection_test.c @@@ -1045,9 -1032,8 +1045,9 @@@ int test_register_client(void connection_set_type_changed_cb(connection, test_type_changed_callback, NULL); connection_set_ip_address_changed_cb(connection, test_ip_changed_callback, NULL); connection_set_proxy_address_changed_cb(connection, test_proxy_changed_callback, NULL); - connection_set_ethernet_cable_state_chaged_cb(connection, + connection_set_ethernet_cable_state_changed_cb(connection, test_get_ethernet_cable_state_callback, NULL); + connection_set_internet_state_changed_cb(connection, test_internet_state_changed_callback, NULL); } else { printf("Client registration failed [%s]\n", test_print_error(err)); return -1;