From: chleun.moon Date: Tue, 14 Mar 2017 08:48:21 +0000 (+0900) Subject: Modify vpn-test to input proper type X-Git-Tag: submit/tizen/20170612.082510^2~4 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=9a36d1ef26e1b564cb26e881368d083a19609535;p=platform%2Fcore%2Fapi%2Fvpn-setting.git Modify vpn-test to input proper type Change-Id: I333b48533f8a488f18f4851743f45e2778b647ea Signed-off-by: cheoleun --- 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));