Remove proper install directory in ~AppInstalHelper 62/104462/1
authorKrzysztof Jackiewicz <k.jackiewicz@samsung.com>
Tue, 13 Dec 2016 10:10:05 +0000 (11:10 +0100)
committerKrzysztof Jackiewicz <k.jackiewicz@samsung.com>
Tue, 13 Dec 2016 10:13:30 +0000 (11:13 +0100)
commitbab9e58613690d1ba0758612be5dae4a4cd47869
tree08b16d7c12588af41493be2aa38785a0a9ee9c9e
parent7a32da179bbd0843900817afc92646ea044f8cd5
Remove proper install directory in ~AppInstalHelper

Until now the destructor of AppInstallHelper was trying to remove m_installDir
which is a directory above actual application installation dir. Removal didn't
succeed if directory was not empty.

Change-Id: I51e5b41eb911d67b7d0c11f5ab3f74d60b759ca0
src/security-manager-tests/common/app_install_helper.cpp