projects
/
platform
/
core
/
api
/
wifi-manager.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c5bdada
)
Modified test file for proxy method
45/131545/1
author
taesub kim
<taesub.kim@samsung.com>
Tue, 30 May 2017 03:19:37 +0000
(12:19 +0900)
committer
taesub 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
patch
|
blob
|
history
diff --git
a/test/wifi_manager_test.c
b/test/wifi_manager_test.c
index e54cbc8ce8bfb1a15c590a688a934f50780186b5..64bbc3647ad004eef2068dbf5c31ccd44567bd41 100755
(executable)
--- a/
test/wifi_manager_test.c
+++ b/
test/wifi_manager_test.c
@@
-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;
}