Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
OpenHarmony
Xts Acts
提交
d8309306
X
Xts Acts
项目概览
OpenHarmony
/
Xts Acts
1 年多 前同步成功
通知
9
Star
22
Fork
0
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
0
列表
看板
标记
里程碑
合并请求
0
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
X
Xts Acts
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
0
Issue
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
Pages
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
提交
Issue看板
提交
d8309306
编写于
1月 09, 2023
作者:
Z
zhangfuzhi
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
add smsmmsbatchinsert
Signed-off-by:
N
zhangfuzhi
<
zhangfuzhi1@huawei.com
>
上级
a424cb82
变更
5
隐藏空白更改
内联
并排
Showing
5 changed file
with
6 addition
and
6 deletion
+6
-6
telephony/telephonyjstest/telephony_base/BUILD.gn
telephony/telephonyjstest/telephony_base/BUILD.gn
+1
-1
telephony/telephonyjstest/telephony_base/cellular_data/src/main/js/test/List.test.js
...elephony_base/cellular_data/src/main/js/test/List.test.js
+1
-1
telephony/telephonyjstest/telephony_base/sms_mms/signature/openharmony_sx.p7b
...stest/telephony_base/sms_mms/signature/openharmony_sx.p7b
+0
-0
telephony/telephonyjstest/telephony_base/sms_mms/src/main/js/MainAbility/pages/index/index.js
...base/sms_mms/src/main/js/MainAbility/pages/index/index.js
+1
-1
telephony/telephonyjstest/telephony_base/sms_mms/src/main/js/TestRunner/OpenHarmonyTestRunner.js
...e/sms_mms/src/main/js/TestRunner/OpenHarmonyTestRunner.js
+3
-3
未找到文件。
telephony/telephonyjstest/telephony_base/BUILD.gn
浏览文件 @
d8309306
# Copyright (C) 202
1
Huawei Device Co., Ltd.
# Copyright (C) 202
3
Huawei Device Co., Ltd.
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
...
...
telephony/telephonyjstest/telephony_base/cellular_data/src/main/js/test/List.test.js
浏览文件 @
d8309306
...
...
@@ -13,7 +13,7 @@
* limitations under the License.
*/
import
PdpProfileDataStorageFunction
from
'
./PdpProfileDataStorageFunction.test.js
'
import
PdpProfileDataStorageFunction
from
'
./PdpProfileDataStorageFunction.test.js
'
;
export
default
function
testsuite
()
{
PdpProfileDataStorageFunction
();
...
...
telephony/telephonyjstest/telephony_base/sms_mms/signature/openharmony_sx.p7b
浏览文件 @
d8309306
无法预览此类型文件
telephony/telephonyjstest/telephony_base/sms_mms/src/main/js/MainAbility/pages/index/index.js
浏览文件 @
d8309306
...
...
@@ -18,7 +18,7 @@ import { Hypium } from '@ohos/hypium';
import
testsuite
from
'
../../../test/List.test
'
;
const
injectRef
=
Object
.
getPrototypeOf
(
global
)
||
global
injectRef
.
regeneratorRuntime
=
require
(
'
@babel/runtime/regenerator
'
)
;
injectRef
.
regeneratorRuntime
=
require
(
'
@babel/runtime/regenerator
'
)
export
default
{
data
:
{
...
...
telephony/telephonyjstest/telephony_base/sms_mms/src/main/js/TestRunner/OpenHarmonyTestRunner.js
浏览文件 @
d8309306
...
...
@@ -39,7 +39,7 @@ function translateParamsToString(parameters) {
var
abilityDelegatorArguments
=
AbilityDelegatorRegistry
.
getArguments
();
var
abilityDelegator
=
AbilityDelegatorRegistry
.
getAbilityDelegator
();
var
testAbilityName
=
abilityDelegatorArguments
.
parameters
[
'
-p
'
]
+
'
.
Test
Ability
'
;
var
testAbilityName
=
abilityDelegatorArguments
.
parameters
[
'
-p
'
]
+
'
.
Main
Ability
'
;
var
cmd
=
'
aa start -d 0 -a
'
+
testAbilityName
+
'
-b
'
+
abilityDelegatorArguments
.
bundleName
;
cmd
+=
'
'
+
translateParamsToString
(
abilityDelegatorArguments
.
parameters
);
...
...
@@ -54,6 +54,6 @@ function translateParamsToString(parameters) {
console
.
info
(
'
executeShellCommand : err :
'
+
JSON
.
stringify
(
err
));
console
.
info
(
'
executeShellCommand : data :
'
+
data
.
stdResult
);
console
.
info
(
'
executeShellCommand : data :
'
+
data
.
exitCode
);
})
})
;
}
}
\ No newline at end of file
}
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录