From 9a36d1ef26e1b564cb26e881368d083a19609535 Mon Sep 17 00:00:00 2001 From: "chleun.moon" Date: Tue, 14 Mar 2017 17:48:21 +0900 Subject: [PATCH] Modify vpn-test to input proper type Change-Id: I333b48533f8a488f18f4851743f45e2778b647ea Signed-off-by: cheoleun --- test/vpn_test.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/vpn_test.c b/test/vpn_test.c index 43780ac..2a64809 100755 --- 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("IPsec"); + rv = vpn_settings_set_type("ipsec"); if (rv != VPN_ERROR_NONE) { printf("Fail to VPN Settings Type[%s]\n", __test_convert_error_to_string(rv)); -- 2.34.1