Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
OpenHarmony
Xts Acts
提交
c32526d5
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看板
提交
c32526d5
编写于
9月 17, 2021
作者:
O
openharmony_ci
提交者:
Gitee
9月 17, 2021
浏览文件
操作
浏览文件
下载
差异文件
!639 L2 notification整改
Merge pull request !639 from jiyong/master
上级
aa8e8d22
c504a62d
变更
16
隐藏空白更改
内联
并排
Showing
16 changed file
with
24 addition
and
20 deletion
+24
-20
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/entry/src/main/js/default/app.js
...ctssubscriberorderedtest/entry/src/main/js/default/app.js
+1
-1
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/entry/src/main/js/default/app.js
...ctssubscriberunordertest/entry/src/main/js/default/app.js
+1
-1
notification/ces_standard/subscribeandpublish/actssubscriberunordertest/hap/ActsSubscriberTestUnorder.hap
...tssubscriberunordertest/hap/ActsSubscriberTestUnorder.hap
+0
-0
未找到文件。
notification/ans_standard/BUILD.gn
浏览文件 @
c32526d5
...
@@ -15,6 +15,10 @@ import("//build/ohos_var.gni")
...
@@ -15,6 +15,10 @@ import("//build/ohos_var.gni")
group("ans_standard") {
group("ans_standard") {
testonly = true
testonly = true
if (is_standard_system) {
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
浏览文件 @
c32526d5
...
@@ -15,6 +15,6 @@ import("//build/ohos_var.gni")
...
@@ -15,6 +15,6 @@ import("//build/ohos_var.gni")
group("cancel_test") {
group("cancel_test") {
testonly = true
testonly = true
if (is_standard_system) {
if (is_standard_system) {
deps = [ "MyApplicationCancelAll:
ans_signed
" ]
deps = [ "MyApplicationCancelAll:
ActsMyApplicationCancelAllTest
" ]
}
}
}
}
notification/ans_standard/cancel_test/MyApplicationCancelAll/BUILD.gn
浏览文件 @
c32526d5
...
@@ -12,14 +12,14 @@
...
@@ -12,14 +12,14 @@
# limitations under the License.
# limitations under the License.
import("//test/xts/tools/build/suite.gni")
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"
hap_profile = "./entry/src/main/config.json"
deps = [
deps = [
":hjs_demo_js_assets",
":hjs_demo_js_assets",
":hjs_demo_resources",
":hjs_demo_resources",
]
]
certificate_profile = "./signature/openharmony_sx.p7b"
certificate_profile = "./signature/openharmony_sx.p7b"
hap_name = "
ans_signed
"
hap_name = "
ActsMyApplicationCancelAllTest
"
}
}
ohos_js_assets("hjs_demo_js_assets") {
ohos_js_assets("hjs_demo_js_assets") {
source_dir = "./entry/src/main/js/default"
source_dir = "./entry/src/main/js/default"
...
...
notification/ans_standard/cancel_test/MyApplicationCancelAll/Test.json
浏览文件 @
c32526d5
...
@@ -9,7 +9,7 @@
...
@@ -9,7 +9,7 @@
"kits"
:
[
"kits"
:
[
{
{
"test-file-name"
:
[
"test-file-name"
:
[
"
ans_signed
.hap"
"
ActsMyApplicationCancelAllTest
.hap"
],
],
"type"
:
"AppInstallKit"
,
"type"
:
"AppInstallKit"
,
"cleanup-apps"
:
true
"cleanup-apps"
:
true
...
...
notification/ans_standard/publish_test/BUILD.gn
浏览文件 @
c32526d5
...
@@ -15,6 +15,6 @@ import("//build/ohos_var.gni")
...
@@ -15,6 +15,6 @@ import("//build/ohos_var.gni")
group("publish_test") {
group("publish_test") {
testonly = true
testonly = true
if (is_standard_system) {
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
浏览文件 @
c32526d5
...
@@ -12,14 +12,14 @@
...
@@ -12,14 +12,14 @@
# limitations under the License.
# limitations under the License.
import("//test/xts/tools/build/suite.gni")
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"
hap_profile = "./entry/src/main/config.json"
deps = [
deps = [
":hjs_demo_js_assets",
":hjs_demo_js_assets",
":hjs_demo_resources",
":hjs_demo_resources",
]
]
certificate_profile = "./signature/openharmony_sx.p7b"
certificate_profile = "./signature/openharmony_sx.p7b"
hap_name = "
contentType-signed
"
hap_name = "
ActsContentTypeAllTest
"
}
}
ohos_js_assets("hjs_demo_js_assets") {
ohos_js_assets("hjs_demo_js_assets") {
source_dir = "./entry/src/main/js/default"
source_dir = "./entry/src/main/js/default"
...
...
notification/ans_standard/publish_test/notification-ContentType-All/Test.json
浏览文件 @
c32526d5
...
@@ -9,7 +9,7 @@
...
@@ -9,7 +9,7 @@
"kits"
:
[
"kits"
:
[
{
{
"test-file-name"
:
[
"test-file-name"
:
[
"
contentType-signed
.hap"
"
ActsContentTypeAllTest
.hap"
],
],
"type"
:
"AppInstallKit"
,
"type"
:
"AppInstallKit"
,
"cleanup-apps"
:
true
"cleanup-apps"
:
true
...
...
notification/ces_standard/subscribeandpublish/BUILD.gn
浏览文件 @
c32526d5
...
@@ -17,8 +17,8 @@ group("SubscribeAndPublish") {
...
@@ -17,8 +17,8 @@ group("SubscribeAndPublish") {
testonly = true
testonly = true
if (is_standard_system) {
if (is_standard_system) {
deps = [
deps = [
"actssubscriberorderedtest:ActsSubscriber
TestOrder
",
"actssubscriberorderedtest:ActsSubscriber
OrderTest
",
"actssubscriberunordertest:ActsSubscriber
TestUnorder
",
"actssubscriberunordertest:ActsSubscriber
UnorderTest
",
]
]
}
}
}
}
notification/ces_standard/subscribeandpublish/actssubscriberorderedtest/BUILD.gn
浏览文件 @
c32526d5
...
@@ -12,14 +12,14 @@
...
@@ -12,14 +12,14 @@
# limitations under the License.
# limitations under the License.
import("//test/xts/tools/build/suite.gni")
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"
hap_profile = "./entry/src/main/config.json"
deps = [
deps = [
":hjs_demo_js_assets",
":hjs_demo_js_assets",
":hjs_demo_resources",
":hjs_demo_resources",
]
]
certificate_profile = "./signature/openharmony_sx.p7b"
certificate_profile = "./signature/openharmony_sx.p7b"
hap_name = "ActsSubscriber
TestOrder
"
hap_name = "ActsSubscriber
OrderTest
"
}
}
ohos_js_assets("hjs_demo_js_assets") {
ohos_js_assets("hjs_demo_js_assets") {
source_dir = "./entry/src/main/js/default"
source_dir = "./entry/src/main/js/default"
...
...
notification/ces_standard/subscribeandpublish/actssubscriberorderedtest/Test.json
浏览文件 @
c32526d5
...
@@ -2,14 +2,14 @@
...
@@ -2,14 +2,14 @@
"description"
:
"Configuration for hjunit demo Tests"
,
"description"
:
"Configuration for hjunit demo Tests"
,
"driver"
:
{
"driver"
:
{
"type"
:
"JSUnitTest"
,
"type"
:
"JSUnitTest"
,
"test-timeout"
:
"
6
0000"
,
"test-timeout"
:
"
50
0000"
,
"package"
:
"com.example.actssubscribertestorder"
,
"package"
:
"com.example.actssubscribertestorder"
,
"shell-timeout"
:
"60000"
"shell-timeout"
:
"60000"
},
},
"kits"
:
[
"kits"
:
[
{
{
"test-file-name"
:
[
"test-file-name"
:
[
"ActsSubscriber
TestOrder
.hap"
"ActsSubscriber
OrderTest
.hap"
],
],
"type"
:
"AppInstallKit"
,
"type"
:
"AppInstallKit"
,
"cleanup-apps"
:
true
"cleanup-apps"
:
true
...
...
notification/ces_standard/subscribeandpublish/actssubscriberorderedtest/entry/src/main/js/default/app.js
浏览文件 @
c32526d5
...
@@ -13,7 +13,7 @@
...
@@ -13,7 +13,7 @@
* limitations under the License.
* limitations under the License.
*/
*/
export
default
{
export
default
{
async
onCreate
()
{
onCreate
()
{
console
.
info
(
"
============== AceApplication onCreate ==============
"
);
console
.
info
(
"
============== AceApplication onCreate ==============
"
);
},
},
onDestroy
()
{
onDestroy
()
{
...
...
notification/ces_standard/subscribeandpublish/actssubscriberorderedtest/hap/ActsSubscriberTestOrder.hap
已删除
100755 → 0
浏览文件 @
aa8e8d22
文件已删除
notification/ces_standard/subscribeandpublish/actssubscriberunordertest/BUILD.gn
浏览文件 @
c32526d5
...
@@ -12,14 +12,14 @@
...
@@ -12,14 +12,14 @@
# limitations under the License.
# limitations under the License.
import("//test/xts/tools/build/suite.gni")
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"
hap_profile = "./entry/src/main/config.json"
deps = [
deps = [
":hjs_demo_js_assets",
":hjs_demo_js_assets",
":hjs_demo_resources",
":hjs_demo_resources",
]
]
certificate_profile = "./signature/openharmony_sx.p7b"
certificate_profile = "./signature/openharmony_sx.p7b"
hap_name = "ActsSubscriber
TestUnorder
"
hap_name = "ActsSubscriber
UnorderTest
"
}
}
ohos_js_assets("hjs_demo_js_assets") {
ohos_js_assets("hjs_demo_js_assets") {
source_dir = "./entry/src/main/js/default"
source_dir = "./entry/src/main/js/default"
...
...
notification/ces_standard/subscribeandpublish/actssubscriberunordertest/Test.json
浏览文件 @
c32526d5
...
@@ -9,7 +9,7 @@
...
@@ -9,7 +9,7 @@
"kits"
:
[
"kits"
:
[
{
{
"test-file-name"
:
[
"test-file-name"
:
[
"ActsSubscriber
TestUnorder
.hap"
"ActsSubscriber
UnorderTest
.hap"
],
],
"type"
:
"AppInstallKit"
,
"type"
:
"AppInstallKit"
,
"cleanup-apps"
:
true
"cleanup-apps"
:
true
...
...
notification/ces_standard/subscribeandpublish/actssubscriberunordertest/entry/src/main/js/default/app.js
浏览文件 @
c32526d5
...
@@ -13,7 +13,7 @@
...
@@ -13,7 +13,7 @@
* limitations under the License.
* limitations under the License.
*/
*/
export
default
{
export
default
{
async
onCreate
()
{
onCreate
()
{
console
.
info
(
"
============== AceApplication onCreate ==============
"
);
console
.
info
(
"
============== AceApplication onCreate ==============
"
);
},
},
onDestroy
()
{
onDestroy
()
{
...
...
notification/ces_standard/subscribeandpublish/actssubscriberunordertest/hap/ActsSubscriberTestUnorder.hap
已删除
100755 → 0
浏览文件 @
aa8e8d22
文件已删除
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录