From fe9a8d017b6c5a8c7b6c646b431d5e1e15b93208 Mon Sep 17 00:00:00 2001 From: chengxingzhen Date: Wed, 11 May 2022 19:52:09 +0800 Subject: [PATCH] =?UTF-8?q?XTS=E7=B3=BB=E7=BB=9Fapi=E4=B8=8B=E5=BA=93?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: chengxingzhen --- .../test/ActsAbilityDelegatorCaseTest.test.js | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/aafwk/aafwk_standard/actsabilitydelegatorcase/entry/src/main/js/test/ActsAbilityDelegatorCaseTest.test.js b/aafwk/aafwk_standard/actsabilitydelegatorcase/entry/src/main/js/test/ActsAbilityDelegatorCaseTest.test.js index c0512ca12..e3574ea97 100644 --- a/aafwk/aafwk_standard/actsabilitydelegatorcase/entry/src/main/js/test/ActsAbilityDelegatorCaseTest.test.js +++ b/aafwk/aafwk_standard/actsabilitydelegatorcase/entry/src/main/js/test/ActsAbilityDelegatorCaseTest.test.js @@ -91,7 +91,6 @@ describe('ActsStServiceAbilityTest', function () { * @tc.desc: Verify that the interface executes the Shell command successfully. */ it('ACTS_AExecuteShellCommand_Promise_0100', 0, async function (done) { - console.log("ACTS_AExecuteShellCommand_Promise_0100 --- start") var currentAlertTimeout = 0; try { currentAlertTimeout = setTimeout(mySetTimeout, gSetTimeout); @@ -208,7 +207,6 @@ describe('ActsStServiceAbilityTest', function () { ); } catch (error) { clearTimeout(currentAlertTimeout); - console.log("ACTS_AGetDisplayOrientation_0100 : error = " + error); console.debug('ACTS_AGetDisplayOrientation_0100==== { clearTimeout(currentAlertTimeout); - console.debug("ACTS_AGetDisplayOrientation_0200====DisplayOrientation>" - + JSON.stringify(DisplayOrientation) + " , err= " + err); expect(DisplayOrientation == bundle.DisplayOrientation.UNSPECIFIED || (DisplayOrientation != bundle.DisplayOrientation.LANDSCAPE || DisplayOrientation != bundle.DisplayOrientation.PORTRAIT @@ -267,8 +262,6 @@ describe('ActsStServiceAbilityTest', function () { var result = context.setDisplayOrientation(bundle.DisplayOrientation.UNSPECIFIED, (err) => { clearTimeout(currentAlertTimeout); - console.debug("ACTS_ASetDisplayOrientation_0100====err>" - + JSON.stringify(err) + " , err= " + err); done() } ); @@ -291,7 +284,6 @@ describe('ActsStServiceAbilityTest', function () { try { currentAlertTimeout = setTimeout(mySetTimeout, gSetTimeout); function mySetTimeout() { - console.log('ACTS_ASetDisplayOrientation_0200==== { clearTimeout(currentAlertTimeout); - console.debug("ACTS_ASetShowOnLockScreen_0100====err>" - + JSON.stringify(err) + " , err= " + err); done() } ); @@ -350,7 +340,6 @@ describe('ActsStServiceAbilityTest', function () { try { currentAlertTimeout = setTimeout(mySetTimeout, gSetTimeout); function mySetTimeout() { - console.log('ACTS_ASetShowOnLockScreen_0200====" - + JSON.stringify(err) + " , err= " + err); done() } ); @@ -440,18 +426,14 @@ describe('ActsStServiceAbilityTest', function () { console.debug("ACTS_ATestRunner_0200====>getArguments is====>" + JSON.stringify(AbilityDelegatorArgs)); console.debug("ACTS_ATestRunner_0200====bundleName>" + JSON.stringify(AbilityDelegatorArgs.bundleName)); expect(AbilityDelegatorArgs.bundleName).assertEqual(undefined) - console.debug("ACTS_ATestRunner_0200====parameters>" + JSON.stringify(AbilityDelegatorArgs.parameters)); expect(AbilityDelegatorArgs.parameters).assertEqual(undefined) console.debug("ACTS_ATestRunner_0200====testCaseNames>" + JSON.stringify(AbilityDelegatorArgs.testCaseNames)); expect(AbilityDelegatorArgs.testCaseNames).assertEqual(undefined) - console.debug("ACTS_ATestRunner_0200====testRunnerClassName>" - + JSON.stringify(AbilityDelegatorArgs.testRunnerClassName)); expect(AbilityDelegatorArgs.testRunnerClassName).assertEqual(undefined) console.debug('ACTS_ATestRunner_0200====