Merge "Remove DEPRECATED connection_set_ethernet_cable_state_chaged_cb() call" into...
[platform/core/api/connection.git] / test / connection_test.c
index de1f5cb..7236b33 100755 (executable)
@@ -1045,7 +1045,7 @@ 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 {
@@ -1102,7 +1102,7 @@ int test_register_client_cs(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);
        } else {
                printf("Client registration failed [%s]\n", test_print_error(err));