mirror of
https://github.com/openharmony/ace_engine_lite.git
synced 2026-07-21 00:35:30 -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
|
#ifdef TARGET_SIMULATOR
|
||||||
constexpr char testAppPath[] = "..\\moduletest\\unittest";
|
constexpr char testAppPath[] = "..\\moduletest\\unittest";
|
||||||
#elif defined(__linux__)
|
#elif defined(__linux__)
|
||||||
constexpr char testAppPath[] = "/storage/nfs";
|
constexpr char testAppPath[] = "/storage/data";
|
||||||
#else
|
#else
|
||||||
constexpr char testAppPath[] = "/nfs";
|
constexpr char testAppPath[] = "/user/data";
|
||||||
#endif
|
#endif
|
||||||
JsAppEnvironment *env = JsAppEnvironment::GetInstance();
|
JsAppEnvironment *env = JsAppEnvironment::GetInstance();
|
||||||
if (env == nullptr) {
|
if (env == nullptr) {
|
||||||
|
|||||||
Reference in New Issue
Block a user