提交 015cb5e5 编写于 作者: S shuxiong

account和miscservices问题修改

Signed-off-by: Nshuxiong <shuxiong@huawei.com>
上级 196be2a0
...@@ -31,6 +31,9 @@ export default { ...@@ -31,6 +31,9 @@ export default {
// const instrumentLog = new InstrumentLog({ // const instrumentLog = new InstrumentLog({
// 'id': 'report' // 'id': 'report'
// }) // })
const expectExtend = new ExpectExtend({
'id': 'extend'
})
core.addService('expect', expectExtend) core.addService('expect', expectExtend)
// core.addService('report', instrumentLog) // core.addService('report', instrumentLog)
core.init() core.init()
......
...@@ -17,6 +17,9 @@ import app from '@system.app' ...@@ -17,6 +17,9 @@ import app from '@system.app'
//import {Core, ExpectExtend, ReportExtend, InstrumentLog} from 'deccjsunit/index' //import {Core, ExpectExtend, ReportExtend, InstrumentLog} from 'deccjsunit/index'
import {Core, ExpectExtend} from 'deccjsunit/index' import {Core, ExpectExtend} from 'deccjsunit/index'
const injectRef = Object.getPrototypeOf(global) || global
injectRef.regeneratorRuntime = require('@babel/runtime/regenerator')
export default { export default {
data: { data: {
title: "" title: ""
......
...@@ -21,12 +21,12 @@ _all_test_packages = [ ...@@ -21,12 +21,12 @@ _all_test_packages = [
"${ACTS_ROOT}/barrierfree:barrierfree", "${ACTS_ROOT}/barrierfree:barrierfree",
# "${ACTS_ROOT}/telephony:telephony", # "${ACTS_ROOT}/telephony:telephony",
# "${ACTS_ROOT}/appexecfwk:appexecfwk", # "${ACTS_ROOT}/appexecfwk:appexecfwk",
# "${ACTS_ROOT}/account:account", "${ACTS_ROOT}/account:account",
# "${ACTS_ROOT}/communication:communication", # "${ACTS_ROOT}/communication:communication",
#"${ACTS_ROOT}/notification:notification", #"${ACTS_ROOT}/notification:notification",
# "${ACTS_ROOT}/aafwk:aafwk", # "${ACTS_ROOT}/aafwk:aafwk",
"${ACTS_ROOT}/location:location", "${ACTS_ROOT}/location:location",
# "${ACTS_ROOT}/miscservices:miscservices", "${ACTS_ROOT}/miscservices:miscservices",
# "${ACTS_ROOT}/powermgr:powermgr", # "${ACTS_ROOT}/powermgr:powermgr",
"${ACTS_ROOT}/startup:startup", "${ACTS_ROOT}/startup:startup",
"${ACTS_ROOT}/sensors:sensors", "${ACTS_ROOT}/sensors:sensors",
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册