From: Junghyun Yeon Date: Wed, 27 May 2020 10:02:28 +0000 (+0900) Subject: Fix coding rule X-Git-Tag: submit/tizen/20200601.023448~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=351f8f98227cab562609430221d1f02996c89dfc;p=platform%2Fcore%2Fappfw%2Ftpk-backend.git Fix coding rule Change-Id: I9937e5b40582756a27fe48ef6078b8411a111595 Signed-off-by: Junghyun Yeon --- diff --git a/src/tpk/step/filesystem/step_create_tpk_symbolic_link.cc b/src/tpk/step/filesystem/step_create_tpk_symbolic_link.cc index 7318f3a..5bcffed 100644 --- a/src/tpk/step/filesystem/step_create_tpk_symbolic_link.cc +++ b/src/tpk/step/filesystem/step_create_tpk_symbolic_link.cc @@ -25,7 +25,6 @@ using common_installer::InstallerContext; 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; diff --git a/src/unit_tests/smoke_test.cc b/src/unit_tests/smoke_test.cc index 2923e7f..8d1c0b0 100644 --- a/src/unit_tests/smoke_test.cc +++ b/src/unit_tests/smoke_test.cc @@ -782,7 +782,8 @@ TEST_F(RollbackSmokeTest, UpdateMode_RollbackSharedDataUpdate) { 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";