Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
OpenHarmony
Xts Acts
提交
6e81d585
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看板
提交
6e81d585
编写于
9月 17, 2021
作者:
J
jiyong
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
jiyong@huawei.com
Signed-off-by:
N
jiyong
<
jiyong@huawei.com
>
上级
a03037ed
变更
14
显示空白变更内容
内联
并排
Showing
14 changed file
with
22 addition
and
18 deletion
+22
-18
notification/ans_standard/BUILD.gn
notification/ans_standard/BUILD.gn
+5
-1
notification/ans_standard/cancel_test/BUILD.gn
notification/ans_standard/cancel_test/BUILD.gn
+1
-1
notification/ans_standard/cancel_test/MyApplicationCancelAll/BUILD.gn
.../ans_standard/cancel_test/MyApplicationCancelAll/BUILD.gn
+2
-2
notification/ans_standard/cancel_test/MyApplicationCancelAll/Test.json
...ans_standard/cancel_test/MyApplicationCancelAll/Test.json
+1
-1
notification/ans_standard/publish_test/BUILD.gn
notification/ans_standard/publish_test/BUILD.gn
+1
-1
notification/ans_standard/publish_test/notification-ContentType-All/BUILD.gn
...andard/publish_test/notification-ContentType-All/BUILD.gn
+2
-2
notification/ans_standard/publish_test/notification-ContentType-All/Test.json
...ndard/publish_test/notification-ContentType-All/Test.json
+1
-1
notification/ces_standard/subscribeandpublish/BUILD.gn
notification/ces_standard/subscribeandpublish/BUILD.gn
+2
-2
notification/ces_standard/subscribeandpublish/actssubscriberorderedtest/BUILD.gn
...rd/subscribeandpublish/actssubscriberorderedtest/BUILD.gn
+2
-2
notification/ces_standard/subscribeandpublish/actssubscriberorderedtest/Test.json
...d/subscribeandpublish/actssubscriberorderedtest/Test.json
+2
-2
notification/ces_standard/subscribeandpublish/actssubscriberorderedtest/hap/ActsSubscriberTestOrder.hap
...actssubscriberorderedtest/hap/ActsSubscriberTestOrder.hap
+0
-0
notification/ces_standard/subscribeandpublish/actssubscriberunordertest/BUILD.gn
...rd/subscribeandpublish/actssubscriberunordertest/BUILD.gn
+2
-2
notification/ces_standard/subscribeandpublish/actssubscriberunordertest/Test.json
...d/subscribeandpublish/actssubscriberunordertest/Test.json
+1
-1
notification/ces_standard/subscribeandpublish/actssubscriberunordertest/hap/ActsSubscriberTestUnorder.hap
...tssubscriberunordertest/hap/ActsSubscriberTestUnorder.hap
+0
-0
未找到文件。
notification/ans_standard/BUILD.gn
浏览文件 @
6e81d585
...
...
@@ -15,6 +15,10 @@ import("//build/ohos_var.gni")
group("ans_standard") {
testonly = true
if (is_standard_system) {
deps = [ "publishicontest:ActsAnsIconTest" ]
deps = [
"cancel_test:MyApplicationCancelAll",
"publish_test:notification-ContentType-All",
"publishicontest:ActsAnsIconTest",
]
}
}
notification/ans_standard/cancel_test/BUILD.gn
浏览文件 @
6e81d585
...
...
@@ -15,6 +15,6 @@ import("//build/ohos_var.gni")
group("cancel_test") {
testonly = true
if (is_standard_system) {
deps = [ "MyApplicationCancelAll:
ans_signed
" ]
deps = [ "MyApplicationCancelAll:
ActsMyApplicationCancelAllTest
" ]
}
}
notification/ans_standard/cancel_test/MyApplicationCancelAll/BUILD.gn
浏览文件 @
6e81d585
...
...
@@ -12,14 +12,14 @@
# limitations under the License.
import("//test/xts/tools/build/suite.gni")
ohos_js_hap_suite("
ans_signed
") {
ohos_js_hap_suite("
ActsMyApplicationCancelAllTest
") {
hap_profile = "./entry/src/main/config.json"
deps = [
":hjs_demo_js_assets",
":hjs_demo_resources",
]
certificate_profile = "./signature/openharmony_sx.p7b"
hap_name = "
ans_signed
"
hap_name = "
ActsMyApplicationCancelAllTest
"
}
ohos_js_assets("hjs_demo_js_assets") {
source_dir = "./entry/src/main/js/default"
...
...
notification/ans_standard/cancel_test/MyApplicationCancelAll/Test.json
浏览文件 @
6e81d585
...
...
@@ -9,7 +9,7 @@
"kits"
:
[
{
"test-file-name"
:
[
"
ans_signed
.hap"
"
ActsMyApplicationCancelAllTest
.hap"
],
"type"
:
"AppInstallKit"
,
"cleanup-apps"
:
true
...
...
notification/ans_standard/publish_test/BUILD.gn
浏览文件 @
6e81d585
...
...
@@ -15,6 +15,6 @@ import("//build/ohos_var.gni")
group("publish_test") {
testonly = true
if (is_standard_system) {
deps = [ "notification-ContentType-All:
contentType-signed
" ]
deps = [ "notification-ContentType-All:
ActsContentTypeAllTest
" ]
}
}
notification/ans_standard/publish_test/notification-ContentType-All/BUILD.gn
浏览文件 @
6e81d585
...
...
@@ -12,14 +12,14 @@
# limitations under the License.
import("//test/xts/tools/build/suite.gni")
ohos_js_hap_suite("
contentType-signed
") {
ohos_js_hap_suite("
ActsContentTypeAllTest
") {
hap_profile = "./entry/src/main/config.json"
deps = [
":hjs_demo_js_assets",
":hjs_demo_resources",
]
certificate_profile = "./signature/openharmony_sx.p7b"
hap_name = "
contentType-signed
"
hap_name = "
ActsContentTypeAllTest
"
}
ohos_js_assets("hjs_demo_js_assets") {
source_dir = "./entry/src/main/js/default"
...
...
notification/ans_standard/publish_test/notification-ContentType-All/Test.json
浏览文件 @
6e81d585
...
...
@@ -9,7 +9,7 @@
"kits"
:
[
{
"test-file-name"
:
[
"
contentType-signed
.hap"
"
ActsContentTypeAllTest
.hap"
],
"type"
:
"AppInstallKit"
,
"cleanup-apps"
:
true
...
...
notification/ces_standard/subscribeandpublish/BUILD.gn
浏览文件 @
6e81d585
...
...
@@ -17,8 +17,8 @@ group("SubscribeAndPublish") {
testonly = true
if (is_standard_system) {
deps = [
"actssubscriberorderedtest:ActsSubscriber
TestOrder
",
"actssubscriberunordertest:ActsSubscriber
TestUnorder
",
"actssubscriberorderedtest:ActsSubscriber
OrderTest
",
"actssubscriberunordertest:ActsSubscriber
UnorderTest
",
]
}
}
notification/ces_standard/subscribeandpublish/actssubscriberorderedtest/BUILD.gn
浏览文件 @
6e81d585
...
...
@@ -12,14 +12,14 @@
# limitations under the License.
import("//test/xts/tools/build/suite.gni")
ohos_js_hap_suite("ActsSubscriber
TestOrder
") {
ohos_js_hap_suite("ActsSubscriber
OrderTest
") {
hap_profile = "./entry/src/main/config.json"
deps = [
":hjs_demo_js_assets",
":hjs_demo_resources",
]
certificate_profile = "./signature/openharmony_sx.p7b"
hap_name = "ActsSubscriber
TestOrder
"
hap_name = "ActsSubscriber
OrderTest
"
}
ohos_js_assets("hjs_demo_js_assets") {
source_dir = "./entry/src/main/js/default"
...
...
notification/ces_standard/subscribeandpublish/actssubscriberorderedtest/Test.json
浏览文件 @
6e81d585
...
...
@@ -2,14 +2,14 @@
"description"
:
"Configuration for hjunit demo Tests"
,
"driver"
:
{
"type"
:
"JSUnitTest"
,
"test-timeout"
:
"
6
0000"
,
"test-timeout"
:
"
50
0000"
,
"package"
:
"com.example.actssubscribertestorder"
,
"shell-timeout"
:
"60000"
},
"kits"
:
[
{
"test-file-name"
:
[
"ActsSubscriber
TestOrder
.hap"
"ActsSubscriber
OrderTest
.hap"
],
"type"
:
"AppInstallKit"
,
"cleanup-apps"
:
true
...
...
notification/ces_standard/subscribeandpublish/actssubscriberorderedtest/hap/ActsSubscriberTestOrder.hap
已删除
100755 → 0
浏览文件 @
a03037ed
文件已删除
notification/ces_standard/subscribeandpublish/actssubscriberunordertest/BUILD.gn
浏览文件 @
6e81d585
...
...
@@ -12,14 +12,14 @@
# limitations under the License.
import("//test/xts/tools/build/suite.gni")
ohos_js_hap_suite("ActsSubscriber
TestUnorder
") {
ohos_js_hap_suite("ActsSubscriber
UnorderTest
") {
hap_profile = "./entry/src/main/config.json"
deps = [
":hjs_demo_js_assets",
":hjs_demo_resources",
]
certificate_profile = "./signature/openharmony_sx.p7b"
hap_name = "ActsSubscriber
TestUnorder
"
hap_name = "ActsSubscriber
UnorderTest
"
}
ohos_js_assets("hjs_demo_js_assets") {
source_dir = "./entry/src/main/js/default"
...
...
notification/ces_standard/subscribeandpublish/actssubscriberunordertest/Test.json
浏览文件 @
6e81d585
...
...
@@ -9,7 +9,7 @@
"kits"
:
[
{
"test-file-name"
:
[
"ActsSubscriber
TestUnorder
.hap"
"ActsSubscriber
UnorderTest
.hap"
],
"type"
:
"AppInstallKit"
,
"cleanup-apps"
:
true
...
...
notification/ces_standard/subscribeandpublish/actssubscriberunordertest/hap/ActsSubscriberTestUnorder.hap
已删除
100755 → 0
浏览文件 @
a03037ed
文件已删除
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录