Modify vpn-test to input proper type 48/118848/1
authorchleun.moon <chleun.moon@samsung.com>
Tue, 14 Mar 2017 08:48:21 +0000 (17:48 +0900)
committerchleun.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

index 43780ac0225e0a1e8e69aeb3651f8dde5258ad93..2a648095cca2abe68a43527219e48e5807b4d80f 100755 (executable)
@@ -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));