SM : Don't add version by default in app install
[platform/core/test/security-tests.git] / src / security-manager-tests / common / app_install_helper.cpp
index e2436e3..f5a0414 100644 (file)
@@ -67,6 +67,10 @@ std::string AppInstallHelper::getPkgId() const {
     return m_pkgName + "_pkg_id";
 }
 
+void AppInstallHelper::setVersion(const std::string &version) {
+    m_version = version;
+}
+
 std::string AppInstallHelper::getVersion() const {
     return m_version;
 }