Change-Id: I9937e5b40582756a27fe48ef6078b8411a111595
Signed-off-by: Junghyun Yeon <jungh.yeon@samsung.com>
typedef common_installer::Step::Status Status;
bool CreateSymLink(application_x* app, InstallerContext* context) {
-
bf::path bindir = context->GetPkgPath() /
bf::path("bin");
LOG(DEBUG) << "Creating dir: " << bindir;
TEST_F(RollbackSmokeTest, UpdateMode_RollbackNonSharedDataUpdate) {
bf::path path_old = kSmokePackagesDirectory / "UpdateMode_NonSharedData.tpk";
- bf::path path_new = kSmokePackagesDirectory / "UpdateMode_NonSharedData_2.tpk";
+ bf::path path_new =
+ kSmokePackagesDirectory / "UpdateMode_NonSharedData_2.tpk";
std::string pkgid = "smoketpk.non-shareddata";
std::string appid = "smoketpk.non-shareddata";
std::string exec = "shareddata";