diff --git a/account/appaccount/actsaccounttest/entry/src/main/js/default/pages/index/index.js b/account/appaccount/actsaccounttest/entry/src/main/js/default/pages/index/index.js index bdfe319894ba9c19a6fbbd85bf20289aaac0e287..c0e5ca01ff4500eb2687d930af32609be8823653 100755 --- a/account/appaccount/actsaccounttest/entry/src/main/js/default/pages/index/index.js +++ b/account/appaccount/actsaccounttest/entry/src/main/js/default/pages/index/index.js @@ -12,7 +12,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -import file from '@system.file' import {Core, ExpectExtend} from 'deccjsunit/index' const injectRef = Object.getPrototypeOf(global) || global diff --git a/account/appaccount/actsgetallaccounts/entry/src/main/js/default/pages/index/index.js b/account/appaccount/actsgetallaccounts/entry/src/main/js/default/pages/index/index.js index e709083bf731187e31680743e927d64c31d772c4..dd93588f4e962bb765d3719f0861caa798f35f77 100755 --- a/account/appaccount/actsgetallaccounts/entry/src/main/js/default/pages/index/index.js +++ b/account/appaccount/actsgetallaccounts/entry/src/main/js/default/pages/index/index.js @@ -12,7 +12,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -import file from '@system.file' import {Core, ExpectExtend} from 'deccjsunit/index' const injectRef = Object.getPrototypeOf(global) || global @@ -20,10 +19,10 @@ injectRef.regeneratorRuntime = require('@babel/runtime/regenerator') export default { data: { - title: "测试getAllAccounts接口" + title: "getAllAccounts" }, onInit() { - this.title = "测试getAllAccounts接口"; + this.title = "getAllAccounts"; }, onShow() { console.info('onShow finish') diff --git a/account/appaccount/actssetchecksyncenable/entry/src/main/js/default/pages/index/index.js b/account/appaccount/actssetchecksyncenable/entry/src/main/js/default/pages/index/index.js index f08e1f41b09f9746be93ca03dc4f74b118edeec4..833a9bb4aa89f758ccc76f5f665d1783f1d68127 100755 --- a/account/appaccount/actssetchecksyncenable/entry/src/main/js/default/pages/index/index.js +++ b/account/appaccount/actssetchecksyncenable/entry/src/main/js/default/pages/index/index.js @@ -12,7 +12,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -import file from '@system.file' import {Core, ExpectExtend} from 'deccjsunit/index' const injectRef = Object.getPrototypeOf(global) || global @@ -20,10 +19,10 @@ injectRef.regeneratorRuntime = require('@babel/runtime/regenerator') export default { data: { - title: "测试setAppAccountSyncEnable和checkAppAccountSyncEnable接口" + title: "setAppAccountSyncEnable和checkAppAccountSyncEnable" }, onInit() { - this.title = "测试setAppAccountSyncEnable和checkAppAccountSyncEnable接口"; + this.title = "setAppAccountSyncEnable和checkAppAccountSyncEnable"; }, onShow() { console.info('onShow finish') diff --git a/account/appaccount/getallaccessibleaccounts/actsgetallaccessibleaccounts/entry/src/main/js/default/pages/index/index.js b/account/appaccount/getallaccessibleaccounts/actsgetallaccessibleaccounts/entry/src/main/js/default/pages/index/index.js index f8ce30a59d5c8db20c972608f04d5bb55a82b6fd..5a876ba0a720d83d5e8b404671860ea95571dcd0 100755 --- a/account/appaccount/getallaccessibleaccounts/actsgetallaccessibleaccounts/entry/src/main/js/default/pages/index/index.js +++ b/account/appaccount/getallaccessibleaccounts/actsgetallaccessibleaccounts/entry/src/main/js/default/pages/index/index.js @@ -12,7 +12,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -import file from '@system.file' import {Core, ExpectExtend} from 'deccjsunit/index' const injectRef = Object.getPrototypeOf(global) || global @@ -20,10 +19,10 @@ injectRef.regeneratorRuntime = require('@babel/runtime/regenerator') export default { data: { - title: "测试getAllAccessibleAccounts接口" + title: "getAllAccessibleAccounts" }, onInit() { - this.title = "测试getAllAccessibleAccounts接口"; + this.title = "getAllAccessibleAccounts"; }, onShow() { console.info('onShow finish') diff --git a/account/appaccount/getallaccessibleaccounts/actsgetallaccessiblemultiple/entry/src/main/js/default/pages/index/index.js b/account/appaccount/getallaccessibleaccounts/actsgetallaccessiblemultiple/entry/src/main/js/default/pages/index/index.js index 6f2a2a4b5e226fb7712a48c76ef261d0357d7034..39daa07dd32edf8d3db972d4fdd7f1584f67c18f 100755 --- a/account/appaccount/getallaccessibleaccounts/actsgetallaccessiblemultiple/entry/src/main/js/default/pages/index/index.js +++ b/account/appaccount/getallaccessibleaccounts/actsgetallaccessiblemultiple/entry/src/main/js/default/pages/index/index.js @@ -12,7 +12,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -import file from '@system.file' import {Core, ExpectExtend} from 'deccjsunit/index' const injectRef = Object.getPrototypeOf(global) || global @@ -20,10 +19,10 @@ injectRef.regeneratorRuntime = require('@babel/runtime/regenerator') export default { data: { - title: "测试getAllAccessibleAccounts接口" + title: "getAllAccessibleAccounts" }, onInit() { - this.title = "测试getAllAccessibleAccounts接口"; + this.title = "getAllAccessibleAccounts"; }, onShow() { console.info('onShow finish') diff --git a/account/osaccount/actsosaccountpermissiontest/actsosaccountpermissionnotest/entry/src/main/js/test/Permission.test.js b/account/osaccount/actsosaccountpermissiontest/actsosaccountpermissionnotest/entry/src/main/js/test/Permission.test.js index 8307c920e9df623e28816c9f6c356e5aa7c1d782..e200f0f1bbe820f37e8d9e864afd1c072baacd1a 100644 --- a/account/osaccount/actsosaccountpermissiontest/actsosaccountpermissionnotest/entry/src/main/js/test/Permission.test.js +++ b/account/osaccount/actsosaccountpermissiontest/actsosaccountpermissionnotest/entry/src/main/js/test/Permission.test.js @@ -24,7 +24,7 @@ var commonEventSubscribeInfo = { var subscriber; var receiveLocalId = -1; const TIMEOUT = 2000; -const TIMEOUTSTART = 10000; +const TIMEOUTSTART = 20000; const OSACCOUNTMAXNUMBER = 999; const ERR_OSACCOUNT_KIT_CREATE_OS_ACCOUNT_ERROR = 4587523; const ERR_OSACCOUNT_KIT_IS_OS_ACCOUNT_ACTIVED_ERROR = 4587542;