mirror of
https://github.com/openharmony/ace_engine_lite.git
synced 2026-07-20 05:43:59 -04:00
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:
+2
-2
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user