Modified test file for proxy method 45/131545/1
authortaesub kim <taesub.kim@samsung.com>
Tue, 30 May 2017 03:19:37 +0000 (12:19 +0900)
committertaesub kim <taesub.kim@samsung.com>
Tue, 30 May 2017 03:19:45 +0000 (12:19 +0900)
Change-Id: I9555ab361c7e7dac8c9e54c279d0d32206091d04
Signed-off-by: Taesub Kim <taesub.kim@samsung.com>
test/wifi_manager_test.c

index e54cbc8ce8bfb1a15c590a688a934f50780186b5..64bbc3647ad004eef2068dbf5c31ccd44567bd41 100755 (executable)
@@ -842,6 +842,11 @@ static bool __test_found_change_proxy_method_callback(wifi_manager_ap_h ap, void
                                printf("Fail to set proxy address[%s]\n", __test_convert_error_to_string(rv));
                }
 
+               rv = wifi_manager_update_ap(wifi, ap);
+               if (rv != WIFI_MANAGER_ERROR_NONE)
+                       printf("Fail to update ap info[%s]\n",
+                                       __test_convert_error_to_string(rv));
+
                g_free(ap_name);
                return false;
        }