projects
/
platform
/
core
/
api
/
vpn-setting.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8a1c319
)
Modify vpn-test to input proper type
48/118848/1
author
chleun.moon
<chleun.moon@samsung.com>
Tue, 14 Mar 2017 08:48:21 +0000
(17:48 +0900)
committer
chleun.moon
<chleun.moon@samsung.com>
Tue, 14 Mar 2017 08:48:44 +0000
(17:48 +0900)
Change-Id: I333b48533f8a488f18f4851743f45e2778b647ea
Signed-off-by: cheoleun <chleun.moon@samsung.com>
test/vpn_test.c
patch
|
blob
|
history
diff --git
a/test/vpn_test.c
b/test/vpn_test.c
index 43780ac0225e0a1e8e69aeb3651f8dde5258ad93..2a648095cca2abe68a43527219e48e5807b4d80f 100755
(executable)
--- a/
test/vpn_test.c
+++ b/
test/vpn_test.c
@@
-496,7
+496,7
@@
static int __test_add()
{
int rv = 0;
- rv = vpn_settings_set_type("
IP
sec");
+ rv = vpn_settings_set_type("
ip
sec");
if (rv != VPN_ERROR_NONE) {
printf("Fail to VPN Settings Type[%s]\n",
__test_convert_error_to_string(rv));