Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
OpenHarmony
Xts Acts
提交
81e51fe8
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看板
提交
81e51fe8
编写于
11月 29, 2021
作者:
O
openharmony_ci
提交者:
Gitee
11月 29, 2021
浏览文件
操作
浏览文件
下载
差异文件
!1234 L2_LTS Test.json修改+有序事件用例释放
Merge pull request !1234 from jiyong/OpenHarmony-3.0-LTS
上级
e55bb523
f536e12e
变更
11
隐藏空白更改
内联
并排
Showing
11 changed file
with
55 addition
and
23 deletion
+55
-23
aafwk/aafwk_standard/abilitymanager/clearmissionscallback/BUILD.gn
...wk_standard/abilitymanager/clearmissionscallback/BUILD.gn
+2
-6
aafwk/aafwk_standard/abilitymanager/clearmissionscallback/Test.json
...k_standard/abilitymanager/clearmissionscallback/Test.json
+17
-0
aafwk/aafwk_standard/abilitymanager/clearmissionspromise/BUILD.gn
...fwk_standard/abilitymanager/clearmissionspromise/BUILD.gn
+2
-6
aafwk/aafwk_standard/abilitymanager/clearmissionspromise/Test.json
...wk_standard/abilitymanager/clearmissionspromise/Test.json
+17
-0
appexecfwk/ams_standard/BUILD.gn
appexecfwk/ams_standard/BUILD.gn
+2
-2
appexecfwk/ams_standard/amszipfileunzipfilest/Test.json
appexecfwk/ams_standard/amszipfileunzipfilest/Test.json
+3
-3
appexecfwk/ams_standard/fwkdataaccessor/Test.json
appexecfwk/ams_standard/fwkdataaccessor/Test.json
+1
-1
appexecfwk/bundle_standard/bundlemanager/actsbmsallshortcutinfotest/Test.json
...andard/bundlemanager/actsbmsallshortcutinfotest/Test.json
+3
-1
appexecfwk/bundle_standard/bundlemanager/actsbmshapmoduletest/Test.json
...dle_standard/bundlemanager/actsbmshapmoduletest/Test.json
+2
-1
appexecfwk/bundle_standard/bundlemanager/actsbmsmetadatatest/Test.json
...ndle_standard/bundlemanager/actsbmsmetadatatest/Test.json
+3
-1
notification/ces_standard/subscribeandpublish/BUILD.gn
notification/ces_standard/subscribeandpublish/BUILD.gn
+3
-2
未找到文件。
aafwk/aafwk_standard/abilitymanager/clearmissionscallback/BUILD.gn
浏览文件 @
81e51fe8
...
...
@@ -12,18 +12,14 @@
# limitations under the License.
import("//test/xts/tools/build/suite.gni")
ohos_
hap
("ClearMissionsCallBack") {
ohos_
js_hap_suite
("ClearMissionsCallBack") {
hap_profile = "./src/main/config.json"
hap_name = "ClearMissionsCallBack"
subsystem_name = XTS_SUITENAME
final_hap_path =
"${SUITES_OUTPUT_ROOT}/${XTS_SUITENAME}/testcases/${hap_name}.hap"
testonly = true
deps = [
":hjs_demo_js_assets",
":hjs_demo_resources",
]
certificate_profile = "./signature/systemui.p7b"
hap_name = "ClearMissionsCallBack"
}
ohos_js_assets("hjs_demo_js_assets") {
source_dir = "./src/main/js/default"
...
...
aafwk/aafwk_standard/abilitymanager/clearmissionscallback/Test.json
浏览文件 @
81e51fe8
{
"description"
:
"Configuration for hjunit demo Tests"
,
"driver"
:
{
"type"
:
"JSUnitTest"
,
"test-timeout"
:
"120000"
,
"package"
:
"com.ohos.launcher"
,
"abilityName"
:
"com.ohos.launcherSed11.MainAbility"
,
"shell-timeout"
:
"60000"
},
"kits"
:
[
{
"test-file-name"
:
[
"ClearMissionsCallBack.hap"
,
"verifyIAbility.hap"
],
"type"
:
"AppInstallKit"
,
"cleanup-apps"
:
true
}
]
}
aafwk/aafwk_standard/abilitymanager/clearmissionspromise/BUILD.gn
浏览文件 @
81e51fe8
...
...
@@ -12,18 +12,14 @@
# limitations under the License.
import("//test/xts/tools/build/suite.gni")
ohos_
hap
("ClearMissionsPromise") {
ohos_
js_hap_suite
("ClearMissionsPromise") {
hap_profile = "./src/main/config.json"
hap_name = "ClearMissionsPromise"
subsystem_name = XTS_SUITENAME
final_hap_path =
"${SUITES_OUTPUT_ROOT}/${XTS_SUITENAME}/testcases/${hap_name}.hap"
testonly = true
deps = [
":hjs_demo_js_assets",
":hjs_demo_resources",
]
certificate_profile = "./signature/systemui.p7b"
hap_name = "ClearMissionsPromise"
}
ohos_js_assets("hjs_demo_js_assets") {
source_dir = "./src/main/js/default"
...
...
aafwk/aafwk_standard/abilitymanager/clearmissionspromise/Test.json
浏览文件 @
81e51fe8
{
"description"
:
"Configuration for hjunit demo Tests"
,
"driver"
:
{
"type"
:
"JSUnitTest"
,
"test-timeout"
:
"120000"
,
"package"
:
"com.ohos.launcher"
,
"abilityName"
:
"com.ohos.launcherSed111.MainAbility"
,
"shell-timeout"
:
"60000"
},
"kits"
:
[
{
"test-file-name"
:
[
"ClearMissionsPromise.hap"
,
"verifyIAbility.hap"
],
"type"
:
"AppInstallKit"
,
"cleanup-apps"
:
true
}
]
}
appexecfwk/ams_standard/BUILD.gn
浏览文件 @
81e51fe8
...
...
@@ -18,8 +18,8 @@ group("ams_standard") {
if (is_standard_system) {
deps = [
"amsdatauriutils:amsDataUriUtils",
#
"amszipfileunzipfilest:amsZipfileUnzipfileST",
#
"fwkdataaccessor:FWKDataAccessor",
"amszipfileunzipfilest:amsZipfileUnzipfileST",
"fwkdataaccessor:FWKDataAccessor",
#"serviceability/actsparticleabilitytest:ActsParticleAbilityTest",
#"serviceability/sceneProject/particlestartability:ParticleStartAbility",
#"serviceability/sceneProject/particletestserver:ParticleTestServer",
...
...
appexecfwk/ams_standard/amszipfileunzipfilest/Test.json
浏览文件 @
81e51fe8
...
...
@@ -24,9 +24,9 @@
{
"type"
:
"PushKit"
,
"push"
:
[
"/resource/appexecfwk/ceshi.txt->/data/test/ceshi.txt"
,
"/resource/appexecfwk/ceshitwo.zip->/data/test/ceshitwo.zip"
,
"/resource/appexecfwk/ceshitwo.txt->/data/test/ceshitwo.txt"
"
.
/resource/appexecfwk/ceshi.txt->/data/test/ceshi.txt"
,
"
.
/resource/appexecfwk/ceshitwo.zip->/data/test/ceshitwo.zip"
,
"
.
/resource/appexecfwk/ceshitwo.txt->/data/test/ceshitwo.txt"
]
...
...
appexecfwk/ams_standard/fwkdataaccessor/Test.json
浏览文件 @
81e51fe8
...
...
@@ -25,7 +25,7 @@
{
"type"
:
"PushKit"
,
"push"
:
[
"amsStDataAbility.hap->/system/vendor/amsStDataAbility.hap"
"
./resource/appexecfwk/
amsStDataAbility.hap->/system/vendor/amsStDataAbility.hap"
]
},
...
...
appexecfwk/bundle_standard/bundlemanager/actsbmsallshortcutinfotest/Test.json
浏览文件 @
81e51fe8
...
...
@@ -9,7 +9,9 @@
"kits"
:
[
{
"test-file-name"
:
[
"ActsBmsAllShortcutInfoTest.hap"
"ActsBmsAllShortcutInfoTest.hap"
,
"bmsSystemBundleTest1.hap"
,
"bmsVendorBundleTest1.hap"
],
"type"
:
"AppInstallKit"
,
"cleanup-apps"
:
true
...
...
appexecfwk/bundle_standard/bundlemanager/actsbmshapmoduletest/Test.json
浏览文件 @
81e51fe8
...
...
@@ -9,7 +9,8 @@
"kits"
:
[
{
"test-file-name"
:
[
"ActsBmsHapModuleTest.hap"
"ActsBmsHapModuleTest.hap"
,
"bmsSystemBundleTest1.hap"
],
"type"
:
"AppInstallKit"
,
"cleanup-apps"
:
true
...
...
appexecfwk/bundle_standard/bundlemanager/actsbmsmetadatatest/Test.json
浏览文件 @
81e51fe8
...
...
@@ -9,7 +9,9 @@
"kits"
:
[
{
"test-file-name"
:
[
"ActsBmsMetaDataTest.hap"
"ActsBmsMetaDataTest.hap"
,
"bmsSystemBundleTest1.hap"
,
"bmsVendorBundleTest1.hap"
],
"type"
:
"AppInstallKit"
,
"cleanup-apps"
:
true
...
...
notification/ces_standard/subscribeandpublish/BUILD.gn
浏览文件 @
81e51fe8
...
...
@@ -17,8 +17,9 @@ group("SubscribeAndPublish") {
testonly = true
if (is_standard_system) {
deps = [
#"actssubscriberorderedtest:ActsSubscriberOrderTest",
"actssubscriberunordersystemtest:ActsSubscriberTestUnorderSystem",
"actssubscriberorderedtest:ActsSubscriberOrderTest",
#"actssubscriberunordersystemtest:ActsSubscriberTestUnorderSystem",
"actssubscriberunordertest:ActsSubscriberUnorderTest",
]
}
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录