issueNo: I4DQ5X

Description: update the resource path of LocalizationModuleTddTest test case
Feature or Bugfix:Bugfix
Binary Source:No

Signed-off-by: youzhi92 <chenyouzhi@huawei.com>
Change-Id: I21e4b93c808ce045d97b19164168f4269af5824a
This commit is contained in:
youzhi92
2021-10-13 16:44:21 +08:00
parent e5b2e4e1ff
commit 1a8d85bab0
@@ -26,9 +26,9 @@ void LocalizationModuleTddTest::SetUp()
#ifdef TARGET_SIMULATOR
constexpr char testAppPath[] = "..\\moduletest\\unittest";
#elif defined(__linux__)
constexpr char testAppPath[] = "/storage/nfs";
constexpr char testAppPath[] = "/storage/data";
#else
constexpr char testAppPath[] = "/nfs";
constexpr char testAppPath[] = "/user/data";
#endif
JsAppEnvironment *env = JsAppEnvironment::GetInstance();
if (env == nullptr) {