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 c0512ca12ff8c2dacfd4248e92c38743ce1f21f0..e3574ea97a597727ca7e16ae472fedfbbc0a9d21 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====