Fix typo in wearable testsuit 10/62110/1
authorYunjin Lee <yunjin-.lee@samsung.com>
Mon, 14 Mar 2016 10:38:42 +0000 (19:38 +0900)
committerYunjin Lee <yunjin-.lee@samsung.com>
Mon, 14 Mar 2016 10:38:42 +0000 (19:38 +0900)
Change-Id: Id3cb913a2c9a343fece674c36aa2cb9c7d3bc348
Signed-off-by: Yunjin Lee <yunjin-.lee@samsung.com>
test/tc-privilege-manager.c

index 667a2e6..6ee9b67 100755 (executable)
@@ -1338,6 +1338,9 @@ static void __test_privilege_manager_verify_privilege()
        __check_verify_result(PRVMGR_ERR_INVALID_PRIVILEGE, ret);
        printf("\n");
 
+       g_list_free(privilege_list);
+       privilege_list = NULL;
+
        /* 2.4 core - wearable */
        __print_dline();
        __change_to_bold_yellow();
@@ -1361,7 +1364,7 @@ static void __test_privilege_manager_verify_privilege()
        __privinfo("http://tizen.org/privilege/internet", "Public", NULL);
        __privinfo("http://tizen.org/privilege/mapservice", "Public", "Valid from 2.4");
        __privinfo("http://tizen.org/privilege/mediacontroller.client", "Public", "Valid from 2.4");
-       __privinfo("http://tizen.org/privilege/minicontrol.viewer", "Public", "Valid from 2.4");
+       __privinfo("http://tizen.org/privilege/minicontrol.provider", "Public", "Valid from 2.4");
        __privinfo("http://tizen.org/privilege/nfc", "Public", NULL);
        __privinfo("http://tizen.org/privilege/packagemanager.clearcache", "Public", "Valid from 2.4");
        __privinfo("http://tizen.org/privilege/telephony", "Public", NULL);
@@ -1378,7 +1381,7 @@ static void __test_privilege_manager_verify_privilege()
        __tcinfo(goal, "Name=OK, Version=OK, Level=OK -- Platform");
        __privinfo("http://tizen.org/privilege/bluetooth.admin", "Platform", NULL);
        __privinfo("http://tizen.org/privilege/appmanager.kill", "Platform", NULL);
-       __privinfo("http://tizen.org/privielge/keygrab", "Platform", "Valid from 2.4");
+       __privinfo("http://tizen.org/privilege/keygrab", "Platform", "Valid from 2.4");
        __privinfo("http://tizen.org/privilege/systemsettings.admin", "Platform", NULL);
        __privinfo("http://tizen.org/privilege/nfc.admin", "Platform", NULL);
        __privinfo("http://tizen.org/privilege/packagemanager.admin", "Platform", NULL);