SM: Rename and use one label generators
[platform/core/test/security-tests.git] / src / security-manager-tests / test_cases.cpp
index 3899c04..a4d95db 100644 (file)
@@ -172,7 +172,7 @@ RUNNER_CHILD_TEST_SMACK(security_manager_03_set_label_from_appid)
     const char *const app_id = "sm_test_03_app_id_set_label_from_appid_smack";
     const char *const pkg_id = "sm_test_03_pkg_id_set_label_from_appid_smack";
     const char *const socketLabel = "not_expected_label";
-    std::string expected_label = generateAppLabel(app_id);
+    std::string expected_label = generateProcessLabel(app_id);
     std::string expected_socket_label = socketLabel;
     char *label = nullptr;
     CStringPtr labelPtr;