From: Junghyun Yeon Date: Thu, 16 Feb 2017 04:02:28 +0000 (+0900) Subject: Fix smoke test X-Git-Tag: accepted/tizen/3.0/common/20170222.125427^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=05527af438942b29c3b4470a88bebb7449da02d9;p=platform%2Fcore%2Fappfw%2Fwgt-backend.git Fix smoke test - Fix reinstall smoke test to work properly Related changes : [app-installers] : https://review.tizen.org/gerrit/114699 Change-Id: I682859a7093ca5981aad1b74ced17ff2f09a85bd Signed-off-by: Junghyun Yeon --- diff --git a/src/unit_tests/smoke_test.cc b/src/unit_tests/smoke_test.cc index bbcc1ec..b3b8475 100644 --- a/src/unit_tests/smoke_test.cc +++ b/src/unit_tests/smoke_test.cc @@ -715,7 +715,7 @@ TEST_F(SmokeTest, RDSMode) { std::string appid = "smokeapp11.RDSMode"; bf::path delta_directory = kSmokePackagesDirectory / "delta_dir/"; bf::path sdk_expected_directory = - bf::path(ci::GetRootAppPath(false, kTestUserId)) / "tmp" / pkgid; + bf::path(tzplatform_getenv(TZ_SDK_TOOLS)) / "tmp" / pkgid; bs::error_code error; bf::create_directories(sdk_expected_directory.parent_path(), error); ASSERT_FALSE(error);